summaryrefslogtreecommitdiff
path: root/security/dirb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/dirb/Makefile')
-rw-r--r--security/dirb/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/dirb/Makefile b/security/dirb/Makefile
new file mode 100644
index 00000000000..ae0b9070aad
--- /dev/null
+++ b/security/dirb/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/14 00:44:03 minskim Exp $
+#
+
+DISTNAME= dirb18
+PKGNAME= dirb-1.8
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirb/}
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://dirb.sourceforge.net/
+COMMENT= Web Content Scanner
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"