summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/LaBrea/Makefile6
-rw-r--r--net/firewalk-gtk/Makefile10
-rw-r--r--net/firewalk/Makefile9
-rw-r--r--net/nemesis/Makefile7
4 files changed, 18 insertions, 14 deletions
diff --git a/net/LaBrea/Makefile b/net/LaBrea/Makefile
index b37ce6908a9..a4c04712537 100644
--- a/net/LaBrea/Makefile
+++ b/net/LaBrea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/02/06 16:58:15 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/09 12:47:11 wiz Exp $
#
DISTNAME= LaBrea
@@ -11,6 +11,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hts.dshield.org/LaBrea/
COMMENT= builds tarpits/honeypots for scanners
+USE_BUILDLINK2= YES
+
post-extract:
cd ${WRKSRC}; \
${MV} LaBrea.c LaBrea.c.in && \
@@ -20,5 +22,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/LaBrea ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/LaBrea.README ${PREFIX}/share/doc/LaBrea
-.include "../../devel/libnet/buildlink.mk"
+.include "../../devel/libnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/firewalk-gtk/Makefile b/net/firewalk-gtk/Makefile
index 0cef6dbed5e..34d5ce51710 100644
--- a/net/firewalk-gtk/Makefile
+++ b/net/firewalk-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 15:13:49 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/09 12:51:11 wiz Exp $
DISTNAME= firewalk-1.0
PKGNAME= firewalk-gtk-1.0
@@ -12,14 +12,14 @@ COMMENT= Firewalk determines the filter rules on a packet forwarding device
WRKSRC= ${WRKDIR}/${DISTNAME:C/f/F/}
GNU_CONFIGURE= #defined
-CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include `gtk-config --cflags`"
+CONFIGURE_ENV+= CFLAGS="-I${BUILDLINK_PREFIX.libnet}/include `gtk-config --cflags`"
CONFIGURE_ENV+= GTK_CFLAGS="`gtk-config --cflags`"
-MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" FIREWALK_LOC=${LOCALBASE}
+MAKE_ENV+= FIREWALK_LOC=${LOCALBASE}
pre-install:
${MV} ${WRKSRC}/firewalk.1 ${WRKSRC}/firewalk-gtk.1
-.include "../../x11/gtk/buildlink.mk"
-.include "../../devel/libnet/buildlink.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../devel/libnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/firewalk/Makefile b/net/firewalk/Makefile
index bd68c5c6617..3af9cb4e30c 100644
--- a/net/firewalk/Makefile
+++ b/net/firewalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 15:11:48 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/09 12:49:12 wiz Exp $
DISTNAME= firewalk-1.0
CATEGORIES= net security
@@ -10,11 +10,12 @@ COMMENT= Firewalk determines the filter rules on a packet forwarding device
WRKSRC= ${WRKDIR}/${DISTNAME:C/f/F/}
-GNU_CONFIGURE= #defined
+USE_BUILDLINK2= # defined
+GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include
CONFIGURE_ARGS+= --with-gtk=no
-MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" FIREWALK_LOC=${LOCALBASE}
+MAKE_ENV+= FIREWALK_LOC=${LOCALBASE}
-.include "../../devel/libnet/buildlink.mk"
+.include "../../devel/libnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile
index 9de49917fc4..eb136503cc4 100644
--- a/net/nemesis/Makefile
+++ b/net/nemesis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/02/13 23:04:51 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/09 12:43:40 wiz Exp $
DISTNAME= nemesis-1.32
CATEGORIES= net
@@ -8,7 +8,8 @@ MAINTAINER= xs@nitric.net
HOMEPAGE= http://jeff.wwti.com/nemesis/
COMMENT= nemesis is a command-line UNIX network packet injection suite
-GNU_CONFIGURE= #defined
+USE_BUILDLINK2= # defined
+GNU_CONFIGURE= # defined
-.include "../../devel/libnet/buildlink.mk"
+.include "../../devel/libnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"