aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/tcpreplay/Makefile')
-rw-r--r--net-mgmt/tcpreplay/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
deleted file mode 100644
index afcf6b6d7ab5..000000000000
--- a/net-mgmt/tcpreplay/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: tcpreplay
-# Date created: 2 November 2000
-# Whom: cnh@ivmg.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcpreplay
-PORTVERSION= 1.0.1
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://synfin.net/aturner/tcpreplay/
-
-PATCH_SITES= http://synfin.net/aturner/tcpreplay/
-PATCHFILES= tcpreplay-adt9.patch.gz
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= redblack:${PORTSDIR}/devel/libredblack
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libnet=${PREFIX} --with-libredblack=${PREFIX}
-
-USE_AUTOCONF= yes
-
-MAN8= tcpreplay.8 tcpprep.8
-
-.include <bsd.port.mk>