2000-11-29 02:29:03 +00:00
|
|
|
# New ports collection makefile for: tcpreplay
|
|
|
|
# Date created: 2 November 2000
|
|
|
|
# Whom: cnh@ivmg.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-23 08:45:52 +00:00
|
|
|
PORTNAME= tcpreplay
|
2005-12-21 06:02:47 +00:00
|
|
|
PORTVERSION= 2.3.5
|
2004-02-23 04:42:13 +00:00
|
|
|
CATEGORIES= net-mgmt
|
2002-10-10 00:24:03 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-04-15 20:03:51 +00:00
|
|
|
|
2006-11-07 15:37:06 +00:00
|
|
|
MAINTAINER= laszlof@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A tool to replay saved packet capture files
|
2000-11-29 02:29:03 +00:00
|
|
|
|
2005-11-14 17:07:08 +00:00
|
|
|
BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet \
|
2004-06-23 15:41:32 +00:00
|
|
|
${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
|
2000-11-29 02:29:03 +00:00
|
|
|
|
2002-04-15 20:03:51 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-06-23 15:41:32 +00:00
|
|
|
# Pickup correct pcap.h; CFLAGS gets overwritten
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
|
|
|
|
--without-pcapnav-config
|
2002-04-15 20:03:51 +00:00
|
|
|
|
2004-06-23 15:41:32 +00:00
|
|
|
MAN1= capinfo.1 tcpprep.1 pcapmerge.1 flowreplay.1
|
2002-10-10 00:24:03 +00:00
|
|
|
MAN8= tcpreplay.8
|
2000-11-29 02:29:03 +00:00
|
|
|
|
2004-06-23 15:41:32 +00:00
|
|
|
PLIST_FILES= bin/capinfo bin/pcapmerge bin/tcpprep sbin/tcpreplay bin/flowreplay
|
|
|
|
|
2000-11-29 02:29:03 +00:00
|
|
|
.include <bsd.port.mk>
|