This changes the default trust anchor file from the dig-compatible value to a default of /usr/pkg/etc/unbound/root.key. Part of change log relevant to drill: * Configurable default trust anchor with --with-trust-anchor=FILE for drill, ldns-verify-zone and ldns-dane * bugfix #473: Dead code removal and resource leak fix in drill
25 lines
575 B
Makefile
25 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/10/25 20:59:46 he Exp $
|
|
|
|
VERSION= 1.6.15
|
|
DISTNAME= ldns-${VERSION}
|
|
PKGNAME= drill-${VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
|
|
|
|
MAINTAINER= he@NetBSD.org
|
|
HOMEPAGE= http://www.nlnetlabs.nl/dnssec/drill.html
|
|
COMMENT= DNSSEC debugging tool a'la dig
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-ldns=${PREFIX}
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/drill
|
|
|
|
BUILDLINK_API_DEPENDS.ldns+= ldns>=${VERSION}
|
|
|
|
.include "../../net/ldns/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|