summaryrefslogtreecommitdiff
path: root/net/ldns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ldns/Makefile')
-rw-r--r--net/ldns/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile
new file mode 100644
index 00000000000..c45398f479e
--- /dev/null
+++ b/net/ldns/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 08:29:06 he Exp $
+
+DISTNAME= ldns-1.3.0
+#PKGREVISION= 0
+CATEGORIES= net
+MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/
+MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
+
+MAINTAINER= he@NetBSD.org
+HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/
+COMMENT= Library for simplified DNS programming
+
+#USE_TOOLS+= aclocal autoconf autoheader automake gawk gmake
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"