Lines 5-11
Link Here
|
5 |
PORTVERSION= 0.20160125 |
5 |
PORTVERSION= 0.20160125 |
6 |
PORTREVISION= 2 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= dns |
7 |
CATEGORIES= dns |
8 |
MASTER_SITES= LOCAL/mat/bundy GH |
8 |
MASTER_SITES= LOCAL/mat/bundy GH SF/boost/boost/1.55.0 |
|
|
9 |
DISTFILES+= boost_1_55_0.tar.bz2 |
9 |
|
10 |
|
10 |
MAINTAINER= mat@FreeBSD.org |
11 |
MAINTAINER= mat@FreeBSD.org |
11 |
COMMENT= Bundy DNS server suite |
12 |
COMMENT= Bundy DNS server suite |
Lines 16-23
Link Here
|
16 |
LICENSE_FILE= ${WRKSRC}/COPYING |
17 |
LICENSE_FILE= ${WRKSRC}/COPYING |
17 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
18 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
18 |
|
19 |
|
19 |
BUILD_DEPENDS= ${LOCALBASE}/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp:${PORTSDIR}/devel/boost-libs \ |
20 |
BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:${PORTSDIR}/devel/log4cplus \ |
20 |
${LOCALBASE}/include/log4cplus/logger.h:${PORTSDIR}/devel/log4cplus \ |
|
|
21 |
sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3 \ |
21 |
sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3 \ |
22 |
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/${PYTHON_PKGNAMEPREFIX}sqlite3 |
22 |
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/${PYTHON_PKGNAMEPREFIX}sqlite3 |
23 |
LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \ |
23 |
LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \ |
Lines 33-39
Link Here
|
33 |
|
33 |
|
34 |
USE_OPENSSL= yes |
34 |
USE_OPENSSL= yes |
35 |
|
35 |
|
36 |
USES= compiler:c++11-lang pathfix pkgconfig libtool python:3 autoreconf |
36 |
USES= compiler:c++11-lang pathfix pkgconfig libtool python:3 autoreconf tar:bz2 |
37 |
|
37 |
|
38 |
USE_LDCONFIG= yes |
38 |
USE_LDCONFIG= yes |
39 |
PATHFIX_MAKEFILEIN= Makefile.am |
39 |
PATHFIX_MAKEFILEIN= Makefile.am |
Lines 43-48
Link Here
|
43 |
--enable-install-configurations |
43 |
--enable-install-configurations |
44 |
INSTALL_TARGET= install-strip |
44 |
INSTALL_TARGET= install-strip |
45 |
|
45 |
|
|
|
46 |
CPPFLAGS+= -I${WRKDIR}/boost_1_55_0 |
47 |
|
46 |
OPTIONS_DEFINE= DOCS |
48 |
OPTIONS_DEFINE= DOCS |
47 |
|
49 |
|
48 |
PLIST_SUB= PYTHON_SUFFIX=cpython-${PYTHON_SUFFIX} |
50 |
PLIST_SUB= PYTHON_SUFFIX=cpython-${PYTHON_SUFFIX} |