summaryrefslogtreecommitdiff
path: root/security/nessus-plugins/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>2000-07-30 11:16:15 +0000
committerfrueauf <frueauf>2000-07-30 11:16:15 +0000
commit9d7c331ea4ea93b82474d2a669c230ce578357e5 (patch)
tree7289220a140afa21f2c2dcdd7094fcb0a2aeaeef /security/nessus-plugins/Makefile
parent3017e544f39dedd128164a759bc5cc5c189658ce (diff)
downloadpkgsrc-9d7c331ea4ea93b82474d2a669c230ce578357e5.tar.gz
Initial import of nessus-plugins 1.0.3, the Plugins for the Nessus Network
Security Scanner. Based on work Hubert Feyrer did on some former version.
Diffstat (limited to 'security/nessus-plugins/Makefile')
-rw-r--r--security/nessus-plugins/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile
new file mode 100644
index 00000000000..788e9f2f361
--- /dev/null
+++ b/security/nessus-plugins/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/30 11:16:15 frueauf Exp $
+#
+
+DISTNAME= nessus-plugins-${VERS}
+.include "../nessus/Makefile.common"
+
+DEPENDS+= nessus-core-${VERS}:../nessus-core
+DEPENDS+= nmap-2.*:../../net/nmap
+
+WRKSRC= ${WRKDIR}/nessus-plugins
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"