pkgsrc/net/powerdns/Makefile.backend
fhajny 70cc70ec5d Change powerdns dependency from polarssl to mbedtls. Streamline bl3 setup
while at it. Bump PKGREVISION (and of the module packages).
2015-06-12 10:50:57 +00:00

18 lines
553 B
Makefile

# $NetBSD: Makefile.backend,v 1.3 2015/06/12 10:50:58 fhajny Exp $
.include "../../net/powerdns/Makefile.common"
DEPENDS+= powerdns>=${PDNS_VERSION}:../../net/powerdns
DISTINFO_FILE= ${.CURDIR}/../../net/powerdns/distinfo
PATCHDIR= ${.CURDIR}/../../net/powerdns/patches
CONFIGURE_ARGS+= --disable-pdns_server
CONFIGURE_ARGS+= --with-modules=""
BUILD_DIRS= modules
# These are required by configure, but not used by the modules
BUILDLINK_DEPMETHOD.boost-headers= build
BUILDLINK_DEPMETHOD.boost-libs= build
BUILDLINK_DEPMETHOD.mbedtls= build