summaryrefslogtreecommitdiff
path: root/net/tcpreplay/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-03-26 12:07:56 +0000
committeradrianp <adrianp@pkgsrc.org>2005-03-26 12:07:56 +0000
commitb7adf109633f0e15998a466f254ca3854af75ee0 (patch)
treee2870a9d0ffa9357bfc5ed4c4f3b0560a1c4e161 /net/tcpreplay/Makefile
parenta2045d2385ae6d8de08682c86bb78e1bf4c84801 (diff)
downloadpkgsrc-b7adf109633f0e15998a466f254ca3854af75ee0.tar.gz
- Update from 2.3.2 -> 2.3.3
- Add CONFIGURE_ARGS for libpcap and libnet - Disable pcapnav feature 02/09/2005: Version 2.3.3 - Fix port rewriting feature on little-endian systems - configure now properly handles --with-libnet and --with-libpcap
Diffstat (limited to 'net/tcpreplay/Makefile')
-rw-r--r--net/tcpreplay/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile
index 231a157146c..a35b16ea7e7 100644
--- a/net/tcpreplay/Makefile
+++ b/net/tcpreplay/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2005/01/20 21:59:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/26 12:07:56 adrianp Exp $
-DISTNAME= tcpreplay-2.3.2
+DISTNAME= tcpreplay-2.3.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
@@ -13,6 +13,10 @@ BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-libnet=${BUILDLINK_PREFIX.libnet}
+CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}
+CONFIGURE_ARGS+= --without-pcapnav-config
+
.include "../../devel/libnet11/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"