diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 01:57:17 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 01:57:17 +0000 |
commit | d556cdb473f354c7897de01fc2a876e90de863c0 (patch) | |
tree | 1475ffed0117e59038203eca971c72d68dd16068 /security/hping/Makefile | |
parent | Update for devel/perforce (diff) |
Add New Port: security/hping
Network auditing tool
PR: 21933
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=34329
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 000000000000..cd02b973b42c --- /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> |