summaryrefslogtreecommitdiff
path: root/security/rats/Makefile
diff options
context:
space:
mode:
authorjun <jun>2001-05-21 09:44:10 +0000
committerjun <jun>2001-05-21 09:44:10 +0000
commit2db051148973f49b39f4966b6538961e8839275a (patch)
tree7e6c1d9185c19b6ae21f5a211a04facbc38dda4f /security/rats/Makefile
parent11aa960fc204a6fe575a85c92e3326c80b0041dc (diff)
downloadpkgsrc-2db051148973f49b39f4966b6538961e8839275a.tar.gz
Initial import of "RATS":
RATS, the Rough Auditing Tool for Security
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"