3f7de51d74
traceroute, but supporting ICMP, TCP, UDP and other IP protocols. etrace has a wealth of options ranging in function from controlling output to the detailed construction of trace packets. WWW: http://www.bindshell.net/tools/etrace PR: ports/100976 Submitted by: dave.ryan at gmail.com
30 lines
704 B
Makefile
30 lines
704 B
Makefile
# New ports collection makefile for: etrace
|
|
# Date created: 2006-05-07
|
|
# Whom: dave.ryan@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= etrace
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.bindshell.net/tools/etrace/
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dave.ryan@gmail.com
|
|
COMMENT= A configurable static port network tracing tool
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
|
|
${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
|
|
|
|
WRKSRC= ${WRKDIR}/etrace
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --with-libdnet=${PREFIX}
|
|
|
|
MAN8= etrace.8
|
|
|
|
.include <bsd.port.mk>
|