# $Id: Portfile 60534 2009-11-14 23:10:00Z ryandesign@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       nomaintainer
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.ldflags-append "-lgettextlib"

livecheck.type    regex
livecheck.url     http://www.nta-monitor.com/tools/${name}/download
livecheck.regex   ${name}-(\\d+\\.\\d+)
