pkgsrc/security/ike-scan/Makefile
wiz 6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00

25 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/02/22 19:01:24 wiz Exp $
DISTNAME= ike-scan-1.9
CATEGORIES= security
MASTER_SITES= http://www.nta-monitor.com/tools/ike-scan/download/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.nta-monitor.com/tools/ike-scan/
COMMENT= Fingerprinting IKE implementation
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl
SUBST_CLASSES+= man
SUBST_STAGE.man= post-patch
SUBST_FILES.man= ike-scan.1
SUBST_SED.man= -e "s|/usr/local|${PREFIX}|g"
SUBST_MESSAGE.man= Fixing man pages.
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ike-scan/README
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"