# $Id: Portfile,v 1.10 2006/03/13 21:35:43 toby Exp $

PortSystem 1.0
name             file
version          4.17
categories       sysutils
maintainers      toby@opendarwin.org
description      File - determine file type
long_description \
	File tests each argument in an attempt to classify it. There are \
	three sets of tests, performed in this order: filesystem tests, \
	magic number tests, and language tests. The first test that \
	succeeds causes the file type to be printed.
homepage         ftp://ftp.astron.com/pub/file/
platforms        darwin
master_sites     ftp://ftp.astron.com/pub/file/ \
                 ftp://ftp.gw.com/mirrors/pub/unix/file/ \
                 ftp://ftp.fu-berlin.de/unix/tools/file/
checksums        sha1 e03710a3fcb95db6d0ee9cfcdf88c19a5e525ee4
configure.args   --mandir=${prefix}/share/man \
                 --enable-fsect-man5
