blob: efaa378abd6dcce4948dfdda711c64f4de40715b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Ports collection makefile for: ike-scan
# Date created: 04 May 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= ike-scan
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= 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>
|