summaryrefslogtreecommitdiff
path: root/security/rats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rats/Makefile')
-rw-r--r--security/rats/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile
new file mode 100644
index 00000000000..0491dac6dbc
--- /dev/null
+++ b/security/rats/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/21 09:44:10 jun Exp $
+#
+
+DISTNAME= rats-0.9
+CATEGORIES= security
+MASTER_SITES= http://www.securesw.com/rats/
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://www.securesw.com/rats/
+COMMENT= Rough Auditing Tool for Security
+
+DEPENDS+= expat-*:../../textproc/expat
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --with-expat-include=${LOCALBASE}/include
+
+.include "../../mk/bsd.pkg.mk"