mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
b8b5801d9a
PR: ports/90138 Submitted by: Jonathan <onatan@gmail.com> (maintainer)
29 lines
666 B
Makefile
29 lines
666 B
Makefile
# 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>
|