# $Id: Portfile,v 1.3 2003/04/15 14:16:52 jpm 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" reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" aclocal.m4 } 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.