pkgsrc/security/ike-scan/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

26 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/01/18 05:09:37 tnn Exp $
DISTNAME= ike-scan-1.9
PKGREVISION= 1
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"