2013-02-07 00:20:50 +01:00
|
|
|
# $NetBSD: Makefile,v 1.16 2013/02/06 23:23:38 jperkin Exp $
|
2004-02-27 23:12:51 +01:00
|
|
|
|
2007-01-28 02:34:42 +01:00
|
|
|
DISTNAME= ike-scan-1.9
|
2013-02-07 00:20:50 +01:00
|
|
|
PKGREVISION= 3
|
2004-02-27 23:12:51 +01:00
|
|
|
CATEGORIES= security
|
2007-02-22 20:01:13 +01:00
|
|
|
MASTER_SITES= http://www.nta-monitor.com/tools/ike-scan/download/
|
2004-02-27 23:12:51 +01:00
|
|
|
|
2009-07-17 20:00:13 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-02-22 20:01:13 +01:00
|
|
|
HOMEPAGE= http://www.nta-monitor.com/tools/ike-scan/
|
2004-02-27 23:12:51 +01:00
|
|
|
COMMENT= Fingerprinting IKE implementation
|
|
|
|
|
2005-02-28 17:04:28 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-01-14 09:36:54 +01:00
|
|
|
CONFIGURE_ARGS+= --with-openssl
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
SUBST_CLASSES+= man
|
2005-01-14 09:36:54 +01:00
|
|
|
SUBST_STAGE.man= post-patch
|
|
|
|
SUBST_FILES.man= ike-scan.1
|
|
|
|
SUBST_SED.man= -e "s|/usr/local|${PREFIX}|g"
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.man= Fixing man pages.
|
2005-01-14 09:36:54 +01:00
|
|
|
|
2010-01-27 23:05:28 +01:00
|
|
|
INSTALLATION_DIRS+= share/doc/ike-scan
|
|
|
|
|
2005-01-14 09:36:54 +01:00
|
|
|
post-install:
|
2010-01-27 23:05:28 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ike-scan/README
|
2005-01-14 09:36:54 +01:00
|
|
|
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2004-02-27 23:12:51 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|