Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / security / ike-scan / Makefile
1 # Created by: Yonatan <onatan@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       ike-scan
5 PORTVERSION=    1.9
6 CATEGORIES=     security
7 MASTER_SITES=   http://www.nta-monitor.com/tools/ike-scan/download/
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        VPN scanner and identifier
11
12 LICENSE=        GPLv2+
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 USES=           ssl
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
18
19 OPTIONS_DEFINE= DOCS
20
21 post-install-DOCS-on:
22         @${MKDIR} ${STAGEDIR}${DOCSDIR}
23         (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING NEWS README TODO \
24                 udp-backoff-fingerprinting-paper.txt ${STAGEDIR}${DOCSDIR})
25
26 .include <bsd.port.mk>