1 | PortSystem 1.0 |
---|
2 | name libgnugetopt |
---|
3 | version 1.2 |
---|
4 | categories devel |
---|
5 | maintainers sean@sfarc.net |
---|
6 | description GNU getopt library |
---|
7 | long_description GNU getopt library similar but more powerful than the \ |
---|
8 | standard getopt(3). It includes the GNU-style getopt_long() \ |
---|
9 | function. |
---|
10 | platforms darwin |
---|
11 | master_sites ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ |
---|
12 | ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ |
---|
13 | ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ |
---|
14 | ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ |
---|
15 | ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ \ |
---|
16 | ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lioux/ |
---|
17 | checksums md5 356d12620d006a71a307f339803a86a2 |
---|
18 | use_bzip2 yes |
---|
19 | patchfiles patch-Makefile.am patch-configure.ac |
---|
20 | post-patch { |
---|
21 | set path "${worksrcpath}" |
---|
22 | system "aclocal -I .; glibtoolize --automake" |
---|
23 | } |
---|
24 | use_automake yes |
---|
25 | automake.args --add-missing |
---|
26 | use_autoconf yes |
---|
27 | configure.args --disable-static |
---|