summaryrefslogtreecommitdiff
path: root/security/pakemon
diff options
context:
space:
mode:
authorcube <cube>2003-10-10 08:54:26 +0000
committercube <cube>2003-10-10 08:54:26 +0000
commitde46e11c0de5c3f995f8d784247a8f44a478fc9c (patch)
treeb0b36968c0129c530079e16de46b8756185f778b /security/pakemon
parent6045e23c7a7e913230c67e2689b06dc76ce25fc5 (diff)
downloadpkgsrc-de46e11c0de5c3f995f8d784247a8f44a478fc9c.tar.gz
Buildlinkify and remove hard-coded dependency on libnids-1.14.
Diffstat (limited to 'security/pakemon')
-rw-r--r--security/pakemon/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile
index 45a2652aead..65c789c771c 100644
--- a/security/pakemon/Makefile
+++ b/security/pakemon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/21 17:20:26 martti Exp $
+# $NetBSD: Makefile,v 1.13 2003/10/10 08:55:12 cube Exp $
DISTNAME= pakemon-0.3.1
CATEGORIES= security
@@ -10,15 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://web.sfc.keio.ac.jp/~keiji/backup/ids/pakemon/index.html
COMMENT= Packet monster, an Open Source Intrusion Detection System
-DEPENDS+= libnet-[0-9]*:../../devel/libnet
-# libnids provides static library only, thus it isn't necessary at run-time,
-# only at compile-time.
-#
-BUILD_DEPENDS+= libnids-1.14:../../net/libnids
-
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
post-extract:
${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in
+.include "../../net/libpcap/buildlink2.mk"
+.include "../../devel/libnet/buildlink2.mk"
+.include "../../net/libnids/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"