39 lines
935 B
Makefile
39 lines
935 B
Makefile
# $NetBSD: Makefile,v 1.25 2017/09/03 08:53:13 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pdns-recursor-4.0.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://downloads.powerdns.com/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.powerdns.com/
|
|
COMMENT= PowerDNS resolver/recursing nameserver
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++11
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
RCD_SCRIPTS+= pdns_recursor
|
|
|
|
EGDIR= ${PREFIX}/share/examples/pdns-recursor
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
|
|
|
|
CONF_FILES+= ${EGDIR}/recursor.conf-dist \
|
|
${PKG_SYSCONFDIR}/recursor.conf
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
CXXFLAGS+= -Wno-c++11-narrowing
|
|
.endif
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|