summaryrefslogtreecommitdiff
path: root/security/pakemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pakemon/Makefile')
-rw-r--r--security/pakemon/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile
new file mode 100644
index 00000000000..30a635546dd
--- /dev/null
+++ b/security/pakemon/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/09 06:32:42 itojun Exp $
+
+DISTNAME= pakemon-0.3.1
+CATEGORIES= security
+MASTER_SITES= http://www.inas.mag.keio.ac.jp/ids/pakemon/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.inas.mag.keio.ac.jp/ids/pakemon/
+
+DEPENDS+= libnet-*:../../devel/libnet
+# libnids provides static library only, thus it isn't necessary at run-time,
+# only at compile-time.
+#
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids
+BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+
+GNU_CONFIGURE= yes
+
+post-extract:
+ ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in
+
+post-patch:
+ (cd ${WRKSRC}; autoreconf)
+
+.include "../../mk/bsd.pkg.mk"