a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22180 2007-02-20 23:38:42Z mgrimes@macports.org $
PortSystem 1.0
name ike-scan
version 1.9
description ike-scan can discover and identify IPsec VPN systems running IKE.
long_description ${description}
maintainers mgrimes@macports.org
categories security net
platforms darwin
homepage http://www.nta-monitor.com/ike-scan/
master_sites http://www.nta-monitor.com/ike-scan/download/ \
http://berlin.ccc.de/~cryx/ike-scan/
checksums md5 bed63c7d2f54c482525a735be7b5e720 \
sha1 e973742c32c7b65fe134233482c94e3e94db3b32 \
rmd160 1d5c1fb5b9200ad098616bc7f2d2913c8217dc1d
depends_lib port:gettext port:openssl
configure.args --mandir=${prefix}/share/man --with-openssl=${prefix}
configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \
LDFLAGS="-L${prefix}/lib -lgettextlib"