0fc5d6b01c
traceroute, and nmap, hping can be used to traceroute through packet filtering routers. Among other things.
27 lines
733 B
Makefile
27 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 17:02:30 atatat Exp $
|
|
#
|
|
|
|
DISTNAME= hping2.0.0-rc1
|
|
PKGNAME= hping-2.0.0.1
|
|
WRKSRC= ${WRKDIR}/hping2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.hping.org/
|
|
|
|
MAINTAINER= atatat@netbsd.org
|
|
HOMEPAGE= http://www.hping.org/
|
|
COMMENT= Traceroute and ping using TCP and UDP as well as ICMP
|
|
|
|
HAS_CONFIGURE= YES
|
|
MANPATH= ${PREFIX}/man
|
|
CONFIGURE_ENV+= MANPATH="${MANPATH}"
|
|
NOT_FOR_PLATFORM= NetBSD-0.* NetBSD-1.[0-4]*
|
|
|
|
BINMODE= 4755
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin
|
|
${LN} -s ../sbin/hping2 ${PREFIX}/sbin/hping
|
|
${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8
|
|
${LN} -s ../../man/man8/hping2.8 ${PREFIX}/man/man8/hping.8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|