aboutsummaryrefslogtreecommitdiff
path: root/net/tcpreplay/Makefile
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>2002-10-10 00:24:03 +0000
committerScott Mace <smace@FreeBSD.org>2002-10-10 00:24:03 +0000
commit85da262ec1d5782902a395faca0ded665ffc1b16 (patch)
treeb14738ae2af0256cd5b6123d4c5fa128236830e0 /net/tcpreplay/Makefile
parentdec7da56d30d81cc31718fde6395ce03c17b03d4 (diff)
downloadports-85da262ec1d5782902a395faca0ded665ffc1b16.tar.gz
ports-85da262ec1d5782902a395faca0ded665ffc1b16.zip
Notes
Diffstat (limited to 'net/tcpreplay/Makefile')
-rw-r--r--net/tcpreplay/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile
index 2c6a51c72af5..d360b124503e 100644
--- a/net/tcpreplay/Makefile
+++ b/net/tcpreplay/Makefile
@@ -6,18 +6,14 @@
#
PORTNAME= tcpreplay
-PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTVERSION= 1.3-beta2
CATEGORIES= net
-MASTER_SITES= http://synfin.net/aturner/tcpreplay/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
-PATCH_SITES= http://synfin.net/aturner/tcpreplay/
-PATCHFILES= tcpreplay-adt9.patch.gz
-PATCH_DIST_STRIP= -p1
+MAINTAINER= smace@FreeBSD.org
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= redblack:${PORTSDIR}/devel/libredblack
+LIB_DEPENDS= redblack:${PORTSDIR}/devel/libredblack
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
@@ -25,6 +21,7 @@ CONFIGURE_ARGS+= --with-libnet=${PREFIX} --with-libredblack=${PREFIX}
USE_AUTOCONF= yes
-MAN8= tcpreplay.8 tcpprep.8
+MAN1= capinfo.1 tcpprep.1
+MAN8= tcpreplay.8
.include <bsd.port.mk>