mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Add staging support
- Convert to new options framework
This commit is contained in:
parent
0d6a506996
commit
1ea7b5b1df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361289
@ -6,20 +6,17 @@ PORTVERSION= 1.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.nta-monitor.com/tools/ike-scan/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= VPN scanner and identifier
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
|
||||
MAN1= ike-scan.1 psk-crack.1
|
||||
|
||||
NO_STAGE= yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
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
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING NEWS README TODO \
|
||||
udp-backoff-fingerprinting-paper.txt ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,7 @@
|
||||
bin/ike-scan
|
||||
bin/psk-crack
|
||||
man/man1/ike-scan.1.gz
|
||||
man/man1/psk-crack.1.gz
|
||||
%%DATADIR%%/ike-backoff-patterns
|
||||
%%DATADIR%%/ike-vendor-ids
|
||||
%%DATADIR%%/psk-crack-dictionary
|
||||
|
Loading…
Reference in New Issue
Block a user