freebsd-ports/net-mgmt/tcpreplay/Makefile
Volker Stolz 942ecd5f45 Update to 2.2.2
(libpcapnav-support is disabled because libpcapnav links against libpcap.so
from base and the port itself links against libpcap.a from the port. I
haven't checked if this would indeed cause problems, but sounds like asking
for trouble to me)

Closes PR:	ports/64866
Submitted by:	Gaspar Chilingarov
Approved by:	maintainer timeout
2004-06-23 15:41:32 +00:00

31 lines
853 B
Makefile

# New ports collection makefile for: tcpreplay
# Date created: 2 November 2000
# Whom: cnh@ivmg.net
#
# $FreeBSD$
#
PORTNAME= tcpreplay
PORTVERSION= 2.2.2
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= smace@FreeBSD.org
COMMENT= A tool to replay saved packet capture files
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \
${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
GNU_CONFIGURE= yes
# Pickup correct pcap.h; CFLAGS gets overwritten
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
--without-pcapnav-config
MAN1= capinfo.1 tcpprep.1 pcapmerge.1 flowreplay.1
MAN8= tcpreplay.8
PLIST_FILES= bin/capinfo bin/pcapmerge bin/tcpprep sbin/tcpreplay bin/flowreplay
.include <bsd.port.mk>