2000-10-28 03:57:17 +02:00
|
|
|
# New ports collection makefile for: hping
|
|
|
|
# Date Created: 5 Oct 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hping
|
2004-05-19 12:09:57 +02:00
|
|
|
PORTVERSION= 2.0.0r3
|
2001-09-15 06:13:33 +02:00
|
|
|
PORTEPOCH= 1
|
2005-11-15 09:59:45 +01:00
|
|
|
CATEGORIES= net security
|
|
|
|
MASTER_SITES= http://www.hping.org/ \
|
|
|
|
http://ipv42.net/distfiles/hping/
|
2004-05-19 12:09:57 +02:00
|
|
|
DISTNAME= hping2.0.0-rc3
|
2000-10-28 03:57:17 +02:00
|
|
|
|
2003-01-18 23:48:27 +01:00
|
|
|
MAINTAINER= ecu@ipv42.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Network auditing tool
|
2001-07-15 05:15:18 +02:00
|
|
|
|
2005-11-15 11:30:07 +01:00
|
|
|
CONFLICTS= hping-devel-[0-9]*
|
2005-11-15 09:59:45 +01:00
|
|
|
|
2004-05-19 12:09:57 +02:00
|
|
|
WRKSRC= ${WRKDIR}/hping2-rc3
|
2000-10-28 03:57:17 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --force-libpcap
|
2002-11-17 23:13:12 +01:00
|
|
|
USE_GMAKE= yes
|
2000-10-28 03:57:17 +02:00
|
|
|
|
2004-04-13 11:05:53 +02:00
|
|
|
PLIST_FILES= sbin/hping
|
|
|
|
PORTDOCS= AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN \
|
2004-05-19 12:09:57 +02:00
|
|
|
MORE-FUN-WITH-IPID SPOOFED_SCAN.txt APD.txt
|
2004-04-13 11:05:53 +02:00
|
|
|
|
2000-10-28 03:57:17 +02:00
|
|
|
MAN8= hping.8
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8
|
2001-06-04 15:48:50 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-04-13 11:05:53 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}/
|
2001-06-04 15:48:50 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
2000-10-28 03:57:17 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|