freebsd-ports/dns/bundy/Makefile
Mathieu Arnold dfaf3c7bc9 Don't depend on boost any more, we just need some headers, and stick to
boost 1.55.

PR:		207982
Submitted by:	truckman
Sponsored by:	Absolight
2016-04-18 14:29:49 +00:00

66 lines
1.7 KiB
Makefile

# Created by: Jeremy C. Reed
# $FreeBSD$
PORTNAME= bundy
PORTVERSION= 0.20160125
PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= LOCAL/mat/bundy SF/boost/boost/1.55.0:boost
DISTFILES+= boost_1_55_0.tar.bz2:boost
MAINTAINER= mat@FreeBSD.org
COMMENT= Bundy DNS server suite
LICENSE= ISC
LICENSE_GROUPS= FSF GPL OSI
LICENSE_NAME= ISC License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \
sqlite3>=3.3.9:databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3
LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
liblog4cplus.so:devel/log4cplus \
libicuuc.so:devel/icu \
libgmp.so:math/gmp \
libsqlite3.so:databases/sqlite3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3
USE_GITHUB= yes
GH_ACCOUNT= bundy-dns
GH_TAGNAME= d310c5d
USE_OPENSSL= yes
USES= compiler:c++11-lang pathfix pkgconfig libtool python:3 autoreconf
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \
--without-werror \
--enable-install-configurations
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${WRKDIR}/boost_1_55_0
OPTIONS_DEFINE= DOCS
PLIST_SUB= PYTHON_SUFFIX=cpython-${PYTHON_SUFFIX}
post-install:
${MV} ${STAGEDIR}${ETCDIR}/cmdctl-certfile.pem ${STAGEDIR}${ETCDIR}/cmdctl-certfile.pem.sample
${MV} ${STAGEDIR}${ETCDIR}/cmdctl-keyfile.pem ${STAGEDIR}${ETCDIR}/cmdctl-keyfile.pem.sample
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3500
PYOEXTENSION= pyo
.else
PYOEXTENSION= opt-1.pyc
.endif
PLIST_SUB+= PYOEXTENSION=${PYOEXTENSION}
.include <bsd.port.post.mk>