openbsd-ports/net/ike-scan/Makefile
sturm 924181b1f7 update to ike-scan 1.8
from maintainer Srebrenko Sehic <haver at insecure.dk>
2006-03-11 18:03:58 +00:00

28 lines
654 B
Makefile

# $OpenBSD: Makefile,v 1.8 2006/03/11 18:03:58 sturm Exp $
COMMENT= "VPN scanner and identifier"
DISTNAME= ike-scan-1.8
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>