1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/security/ike-scan/Makefile
Sergey A. Osokin 7140bcef45 Security upgrade to 1.2 [1]
Add another MASTER_SITE [2]

Submitted by:	osa [1], kris [2]
PR:		53299
Approved by:	maintainer, fjoe (implicit)
2003-06-15 09:30:23 +00:00

29 lines
648 B
Makefile

# Ports collection makefile for: ike-scan
# Date created: 04 May 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= ike-scan
PORTVERSION= 1.2
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=${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>