Commits
Markus W. Weißmann authored ce60fabb779
1 - | # $Id: Portfile,v 1.2 2005/09/13 06:57:51 olegb Exp $ |
1 + | # $Id: Portfile,v 1.3 2006/06/26 21:01:32 mww Exp $ |
2 2 | PortSystem 1.0 |
3 3 | name ike-scan |
4 - | version 1.6 |
4 + | version 1.8 |
5 5 | description ike-scan can discover and identify IPsec VPN systems running IKE. |
6 6 | long_description ${description} |
7 7 | maintainers darwinports@opendarwin.org |
8 8 | categories security net |
9 9 | platforms darwin |
10 10 | homepage http://www.nta-monitor.com/ike-scan/ |
11 11 | master_sites http://www.nta-monitor.com/ike-scan/download/ \ |
12 12 | http://berlin.ccc.de/~cryx/ike-scan/ |
13 - | checksums md5 5cdc5633a2a7484805d76b3952b8cef6 |
14 - | depends_lib lib:libintl:gettext |
15 - | configure.args --mandir=${prefix}/share/man |
13 + | checksums sha1 74fa7d14334f28e862d837fd3c13503a5cecd8af |
14 + | depends_lib port:gettext port:openssl |
15 + | configure.args --mandir=${prefix}/share/man --with-openssl=${prefix} |
16 16 | configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ |
17 17 | CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \ |
18 18 | LDFLAGS="-L${prefix}/lib -lgettextlib" |