diff options
Diffstat (limited to 'net-mgmt/tcpreplay/Makefile')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile deleted file mode 100644 index 32df547d79ac..000000000000 --- a/net-mgmt/tcpreplay/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: tcpreplay -# Date created: 2 November 2000 -# Whom: cnh@ivmg.net -# -# $FreeBSD$ -# - -PORTNAME= tcpreplay -PORTVERSION= 1.4.4 -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> |