# $Id: Portfile,v 1.3 2006/06/26 21:01:32 mww Exp $
PortSystem 1.0
name		ike-scan
version		1.8
description	ike-scan can discover and identify IPsec VPN systems running IKE.
long_description	${description}
maintainers	darwinports@opendarwin.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	sha1 74fa7d14334f28e862d837fd3c13503a5cecd8af
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"
