openbsd-ports/net/ike-scan/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

30 lines
666 B
Makefile

# $OpenBSD: Makefile,v 1.12 2010/07/12 22:07:38 sthen Exp $
COMMENT= VPN scanner and identifier
DISTNAME= ike-scan-1.9
REVISION= 0
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}download/
HOMEPAGE= http://www.nta-monitor.com/ike-scan/
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c crypto
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--with-openssl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
${INSTALL_DATA} ${WRKSRC}/udp-backoff-fingerprinting-paper.txt \
${WRKSRC}/README ${PREFIX}/share/doc/ike-scan
.include <bsd.port.mk>