f6878e12ce
4.1.3: Improvements : pdnsutil: use new domain in b2bmigrate : Update copyright years to 2018 : Lower ‘packet too short’ loglevel Bug Fixes : Restrict creation of OPT and TSIG RRsets : Fix handling of user-defined axfr filters return values : Prevent the GeoIP backend from copying NetMaskTrees around, fixes slow-downs in certain configurations : Ensure alias answers over TCP have correct name
26 lines
781 B
Text
26 lines
781 B
Text
# $NetBSD: Makefile.common,v 1.23 2018/08/16 16:08:45 adam Exp $
|
|
|
|
PDNS_VERSION= 4.1.3
|
|
DISTNAME= pdns-${PDNS_VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://downloads.powerdns.com/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.powerdns.com/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= ragel-[0-9]*:../../devel/ragel
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= bison flex gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
|
|
CONFIGURE_ARGS+= --without-lua
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|