diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-28 01:57:17 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-28 01:57:17 +0000 |
commit | 8307bf91b2204f814d12041beec7e736e8f875c7 (patch) | |
tree | 9e2e476aff17baaed2f69629be5763b614f32d87 /security/hping/Makefile | |
parent | 3da15cb2867c2d47324b9bc3a9ccf8ffb6834e38 (diff) | |
download | FreeBSD-ports-8307bf91b2204f814d12041beec7e736e8f875c7.zip FreeBSD-ports-8307bf91b2204f814d12041beec7e736e8f875c7.tar.gz |
Add New Port: security/hping
Network auditing tool
PR: 21933
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'security/hping/Makefile')
-rw-r--r-- | security/hping/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/hping/Makefile b/security/hping/Makefile new file mode 100644 index 0000000..cd02b97 --- /dev/null +++ b/security/hping/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hping +# Date Created: 5 Oct 2000 +# Whom: Roman Shterenzon <roman@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= hping +PORTVERSION= 2b54 +CATEGORIES= security net +MASTER_SITES= http://www.kyuzz.org/antirez/hping2-src/ +DISTNAME= hping2-beta54 + +MAINTAINER= roman@xpert.com + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --force-libpcap + +MAN8= hping.8 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping + ${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8 + +.include <bsd.port.mk> |