summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/xipdump/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile
index cfcc8745ffb..549e018b7ce 100644
--- a/net/xipdump/Makefile
+++ b/net/xipdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/02/05 16:11:47 adrianp Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/02 13:38:31 wiz Exp $
#
DISTNAME= xipdump-1.5.4
@@ -7,20 +7,18 @@ MASTER_SITES= http://www.lse.epita.fr/devel/xipdump/
EXTRACT_SUFX= .tgz
MAINTAINER= sakamoto@NetBSD.org
-#HOMEPAGE= http://www.epita.fr/~lse/xipdump/
+#HOMEPAGE= http://www.epita.fr/~lse/xipdump/
COMMENT= Displays IP packets using X Window System
USE_BUILDLINK3= YES
BUILDLINK_DEPENDS.libnet+= libnet-1.0.*
-LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config
-
PLIST_SRC= ${WRKDIR}/PLIST
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CFLAGS+= -I${PREFIX}/include `${LIBNET_CONFIG} --defines`
+CFLAGS+= -I${PREFIX}/include ${LIBNET_CFLAGS}
LIBS= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lnet
post-build:
@@ -33,3 +31,5 @@ post-build:
.include "../../devel/libnet/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+
+LIBNET_CFLAGS!= ${LOCALBASE}/bin/libnet-config --defines