Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / ike-scan / Makefile
blobfa6aded6bddb399803b97965965ca08233f4b454
1 # $NetBSD: Makefile,v 1.15 2012/10/23 18:16:31 asau Exp $
3 DISTNAME= ike-scan-1.9
4 PKGREVISION= 3
5 CATEGORIES= security
6 MASTER_SITES= http://www.nta-monitor.com/tools/ike-scan/download/
8 MAINTAINER= pkgsrc-users@NetBSD.org
9 HOMEPAGE= http://www.nta-monitor.com/tools/ike-scan/
10 COMMENT= Fingerprinting IKE implementation
12 GNU_CONFIGURE= yes
13 CONFIGURE_ARGS+= --with-openssl
15 SUBST_CLASSES+= man
16 SUBST_STAGE.man= post-patch
17 SUBST_FILES.man= ike-scan.1
18 SUBST_SED.man= -e "s|/usr/local|${PREFIX}|g"
19 SUBST_MESSAGE.man= Fixing man pages.
21 INSTALLATION_DIRS+= share/doc/ike-scan
23 post-install:
24 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ike-scan/README
26 .include "../../security/openssl/buildlink3.mk"
27 .include "../../mk/bsd.pkg.mk"