summaryrefslogtreecommitdiff
path: root/security/pakemon/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-01-09 06:32:42 +0000
committeritojun <itojun@pkgsrc.org>2001-01-09 06:32:42 +0000
commit0c5022760ef5c7f504c29f6f58bc0f0432660c32 (patch)
treefab4413aca92af70d72675c634cc15bfde2e93a7 /security/pakemon/Makefile
parent137944436c31786878f045b4e7088f34b3ccf3f5 (diff)
downloadpkgsrc-0c5022760ef5c7f504c29f6f58bc0f0432660c32.tar.gz
pakemon, japanese-made IDS
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"