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/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
deleted file mode 100644
index 575a4e1dbbe9..000000000000
--- a/net-mgmt/tcpreplay/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: tcpreplay
-# Date created: 2 November 2000
-# Whom: cnh@ivmg.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcpreplay
-PORTVERSION= 1.0.1
-CATEGORIES= net
-MASTER_SITES= http://www.anzen.com/research/nidsbench/
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-USE_AUTOCONF= yes
-
-MAN8= tcpreplay.8
-
-.include <bsd.port.mk>