1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/ike-scan/Makefile
Mark Linimon 4426126875 Update to 1.6: minor feature enhancements but a large number of bugfixes.
See ChangeLog for details.

PR:		ports/62580
Submitted by:	Yonatan Bokovza <Yonatan@Xpert.com>
2004-02-10 22:10:52 +00:00

30 lines
671 B
Makefile

# Ports collection makefile for: ike-scan
# Date created: 04 May 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= ike-scan
PORTVERSION= 1.6
CATEGORIES= security
MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/ \
http://berlin.ccc.de/~cryx/ike-scan/
MAINTAINER= Yonatan@xpert.com
COMMENT= VPN scanner and identifier
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= "--datadir=${PREFIX}/share"
MAN1= ike-scan.1
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>