diff options
author | smace <smace@FreeBSD.org> | 2002-04-16 04:03:51 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2002-04-16 04:03:51 +0800 |
commit | 2978d7f20d1a383ae8e2e1f3d7b13da92e422c86 (patch) | |
tree | bcd61b984d38e472c5b5a0e873bd56d77fc888e4 /net-mgmt/tcpreplay/Makefile | |
parent | 358b59d07c6e7475ed469a4e29c3ba8f55a9d36a (diff) | |
download | freebsd-ports-gnome-2978d7f20d1a383ae8e2e1f3d7b13da92e422c86.tar.gz freebsd-ports-gnome-2978d7f20d1a383ae8e2e1f3d7b13da92e422c86.tar.zst freebsd-ports-gnome-2978d7f20d1a383ae8e2e1f3d7b13da92e422c86.zip |
Update tcpreplay with patch from Aaron Turner.
This includes tcpprep and multi-nic support.
Diffstat (limited to 'net-mgmt/tcpreplay/Makefile')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 730900a48d88..afcf6b6d7ab5 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -7,16 +7,24 @@ PORTNAME= tcpreplay PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://synfin.net/aturner/tcpreplay/ \ - http://www.anzen.com/research/nidsbench/ +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 +MAN8= tcpreplay.8 tcpprep.8 .include <bsd.port.mk> |