pkgsrc/net/drill/Makefile
he 3b225eede0 Update to version 1.7.1, included in ldns.
Drill is now included in ldns, and the configure machinery has been
re-done, so this now needs to build ldns locally in addition to drill,
but this still only installs drill.  Make the minimal adjustment
so that this builds and installs drill.  Now also works on systems
with OpenSSL 1.1, so remove the BROKEN setting.
2021-01-01 12:34:49 +00:00

27 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.17 2021/01/01 12:34:49 he Exp $
VERSION= 1.7.1
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-ssl=${BUILDLINK_PREFIX.openssl}
BUILD_TARGET= all drill
INSTALL_TARGET= install-drill
BUILDLINK_API_DEPENDS.ldns+= ldns>=${VERSION}
.include "../../net/ldns/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"