freebsd-ports/security/ike-scan/Makefile
Foxfair Hu cef860082e Add ike-scan 1.0, VPN scanner and identifier.
PR:		51751
Submitted by:	Yonatan <Yonatan@xpert.com>
2003-05-08 05:10:46 +00:00

27 lines
590 B
Makefile

# Ports collection makefile for: ike-scan
# Date created: 04 May 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= ike-scan
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= https://berlin.ccc.de/~cryx/
MAINTAINER= Yonatan@xpert.com
COMMENT= VPN scanner and identifier
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= "--datadir=${DATADIR}"
post-install:
. if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
. for i in AUTHORS COPYING NEWS README TODO udp-backoff-fingerprinting-paper.txt
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
. endfor
. endif
.include <bsd.port.mk>