freebsd-ports/net-mgmt/tcpreplay/Makefile
Scott Mace f2c43f8936 Update to tcpreplay-1.4.0
PR:		ports/51951
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-16 17:58:35 +00:00

26 lines
571 B
Makefile

# New ports collection makefile for: tcpreplay
# Date created: 2 November 2000
# Whom: cnh@ivmg.net
#
# $FreeBSD$
#
PORTNAME= tcpreplay
PORTVERSION= 1.4.0
CATEGORIES= net
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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE}
MAN1= capinfo.1 tcpprep.1 pcapmerge.1
MAN8= tcpreplay.8
.include <bsd.port.mk>