1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/nmap/Portfile,v |
---|
4 | retrieving revision 1.24 |
---|
5 | diff -u -r1.24 Portfile |
---|
6 | --- Portfile 8 Oct 2003 00:46:39 -0000 1.24 |
---|
7 | +++ Portfile 17 Nov 2003 03:46:23 -0000 |
---|
8 | @@ -3,6 +3,7 @@ |
---|
9 | PortSystem 1.0 |
---|
10 | name nmap |
---|
11 | version 3.48 |
---|
12 | +revision 1 |
---|
13 | categories net |
---|
14 | maintainers opendarwin.org@darkart.com |
---|
15 | description Port scanning utility for large networks |
---|
16 | @@ -28,9 +29,9 @@ |
---|
17 | |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | -configure.args --without-nmapfe |
---|
21 | +configure.args --without-nmapfe --mandir=\\\${prefix}/share/man --infodir=\\\${prefix}/share/info |
---|
22 | |
---|
23 | -variant gtk { configure.args {} |
---|
24 | +variant gtk { configure.args-delete --without-nmapfe |
---|
25 | depends_lib-append lib:libgtk.1:gtk } |
---|
26 | |
---|
27 | variant dp-ssl { configure.args-append --with-openssl=${prefix} |
---|