pkgsrc-wip/bind10-devel/Makefile
Aleksej Saushev 7db8c63f26 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 17:14:23 +00:00

40 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/24 17:14:31 asau Exp $
#
DISTNAME= bind10-devel-20120329
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind10/devel-20120329/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://www.isc.org/bind10
COMMENT= ISC Bind 10 devel-20120119 (snapshot #19)
LICENSE= isc
PYTHON_VERSIONS_ACCEPTED= 31
PYTHON_VERSIONS_INCLUDE_3X= yes
PLIST_SUBST+= PYSITELIB="${PYSITELIB}"
BUILD_DEFS+= VARBASE
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
#CONF_FILES= etc/bind10-devel/cmdctl-accounts.csv \
# share/example/bind10-devel/cmdctl-accounts.csv
#CONF_FILES+= etc/bind10-devel/cmdctl-certfile.pem \
# share/example/bind10-devel/cmdctl-certfile.pem
#CONF_FILES+= etc/bind10-devel/cmdctl-keyfile.pem \
# share/example/bind10-devel/cmdctl-keyfile.pem
.include "../../security/botan/buildlink3.mk"
.include "../../devel/log4cplus/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"