# $Id: Portfile,v 1.7 2006/06/23 18:54:29 mww Exp $

PortSystem 1.0
name               gnugetopt
version            1.2
revision           1
categories         devel
platforms          darwin
maintainers        sean@sfarc.net
description	       GNU getopt library
long_description   GNU getopt library similar but more powerful than the \
                   standard getopt(3). It includes the GNU-style getopt_long() \
                   function.
homepage           ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/lioux/
# these are the original sources but they are correctly autofoo-ed
master_sites	   http://www.opendarwin.org/~mww/files/
distname           libgnugetopt-${version}-darwin
checksums          sha1 9f0fc0a2d59bf9a8318c4c23d7e93c8b533f0575
use_bzip2	       yes

worksrcdir         libgnugetopt-${version}

configure.args     --includedir=${prefix}/include/${name} --disable-static

