summaryrefslogtreecommitdiff
path: root/net/unbound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r--net/unbound/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index c94389c3bc3..4ea95355cb7 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.13 2011/03/21 15:04:32 pettai Exp $
+# $NetBSD: Makefile,v 1.14 2011/04/20 10:44:46 pettai Exp $
-DISTNAME= unbound-1.4.8
+DISTNAME= unbound-1.4.9
CATEGORIES= net
MASTER_SITES= http://www.unbound.net/downloads/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.unbound.net/
COMMENT= DNS resolver and recursive server
+LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
+BUILD_DEFS+= VARBASE
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
@@ -41,6 +44,8 @@ UNBOUND_GROUP?= unbound
PKG_GROUPS= ${UNBOUND_GROUP}
PKG_USERS= ${UNBOUND_USER}:${UNBOUND_GROUP}
+.include "options.mk"
+
.include "../../textproc/expat/buildlink3.mk"
.include "../../net/ldns/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"