summaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/tcpreplay/Makefile')
-rw-r--r--net-mgmt/tcpreplay/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
deleted file mode 100644
index bf5afb30e2cf..000000000000
--- a/net-mgmt/tcpreplay/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: tcpreplay
-# Date created: 2 November 2000
-# Whom: cnh@ivmg.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcpreplay
-PORTVERSION= 1.3.b5
-DISTNAME= tcpreplay-1.3-beta5
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= smace@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
-
-MAN1= capinfo.1 tcpprep.1
-MAN8= tcpreplay.8
-
-.include <bsd.port.mk>