diff options
author | hrs <hrs@FreeBSD.org> | 2012-07-17 02:36:15 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2012-07-17 02:36:15 +0800 |
commit | e4def16968a8419246329c396a56e06ef10eead5 (patch) | |
tree | 63427fe8c9a1bf5fd6b20de3dacbee7b5d4f1295 /security/ipv6toolkit/Makefile | |
parent | c242f197d274f14e3ea8e241a528bf40bce9fd38 (diff) | |
download | freebsd-ports-gnome-e4def16968a8419246329c396a56e06ef10eead5.tar.gz freebsd-ports-gnome-e4def16968a8419246329c396a56e06ef10eead5.tar.zst freebsd-ports-gnome-e4def16968a8419246329c396a56e06ef10eead5.zip |
Add security/ipv6toolkit, a portable IPv6 security assessment suite.
WWW: http://www.si6networks.com/research/tools.html
Diffstat (limited to 'security/ipv6toolkit/Makefile')
-rw-r--r-- | security/ipv6toolkit/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/ipv6toolkit/Makefile b/security/ipv6toolkit/Makefile new file mode 100644 index 000000000000..0ff160b31a59 --- /dev/null +++ b/security/ipv6toolkit/Makefile @@ -0,0 +1,35 @@ +# Ports collection makefile for: ipv6toolkit +# Date created: Mon, July 16, 2012 +# Whom: hrs +# +# $FreeBSD$ +# + +PORTNAME= ipv6toolkit +PORTVERSION= 1.2 +CATEGORIES= security ipv6 +MASTER_SITES= http://www.si6networks.com/research/ +DISTNAME= ipv6-toolkit-v${PORTVERSION} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= A set of IPv6 security assessment tools + +LICENSE= GPLv3 + +.if !defined(NOPORTDOCS) +MAKE_ENV= WITH_DOCS= +MAN1= scan6.1 +.endif + +PORTDOCS= README.TXT flow6-manual.pdf frag6-manual.pdf \ + icmp6-manual.pdf jumbo6-manual.pdf na6-manual.pdf \ + ni6-manual.pdf ns6-manual.pdf ra6-manual.pdf \ + rd6-manual.pdf rs6-manual.pdf scan6-manual.pdf \ + tcp6-manual.pdf + +.if !defined(NOPORTDOCS) +post-install: + ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR} +.endif + +.include <bsd.port.mk> |