# $Id: Portfile,v 1.2 2003/03/03 06:18:04 mij Exp $ PortSystem 1.0 name libgnugetopt version 1.2 categories devel maintainers sean@sfarc.net description GNU getopt library platforms darwin master_sites ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ checksums md5 356d12620d006a71a307f339803a86a2 use_bzip2 yes patchfiles patch-Makefile.am patch-configure.ac post-patch { set path "${worksrcpath}" system "aclocal -I .; glibtoolize --automake" } use_automake yes automake.args --add-missing use_autoconf yes configure.args --disable-static long_description GNU getopt library similar but more powerful than the \ standard getopt(3). It includes the GNU-style getopt_long() function.