mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d556cdb473
Network auditing tool PR: 21933 Submitted by: Roman Shterenzon <roman@xpert.com>
26 lines
534 B
Makefile
26 lines
534 B
Makefile
# 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>
|