pkgsrc-wip/ike-scan/Makefile
2003-07-09 15:15:44 +00:00

23 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/07/09 15:15:44 adrian_p Exp $
#
DISTNAME= ike-scan-1.2
CATEGORIES= security net
MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://www.nta-monitor.com/ike-scan/
COMMENT= Discovers IKE hosts and can also fingerprint them
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/ike-scan
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ike-scan/
${INSTALL_DATA} ${WRKSRC}/udp-backoff-fingerprinting-paper.txt \
${PREFIX}/share/doc/ike-scan/
.include "../../mk/bsd.pkg.mk"