blob: 92d316641715af6214d20ceaeee1d1d1b3d5e3db (
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
28
|
# Ports collection makefile for: ike-scan
# Date created: 04 May 2003
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ike-scan
PORTVERSION= 1.8
CATEGORIES= security
MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/
MAINTAINER= onatan@gmail.com
COMMENT= VPN scanner and identifier
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
MAN1= ike-scan.1 psk-crack.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>
|