pkgsrc/security/ike-scan/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

25 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/04/22 09:22:14 rillig Exp $
DISTNAME= ike-scan-1.8
CATEGORIES= security
MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.nta-monitor.com/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"