Changeset View
Changeset View
Standalone View
Standalone View
head/devel/subversion/Makefile.common
Show All 30 Lines | |||||
# =============================================================== | # =============================================================== | ||||
OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
BDB_CONFIGURE_ON= --enable-bdb6 | BDB_CONFIGURE_ON= --enable-bdb6 | ||||
BDB_CONFIGURE_OFF= --without-berkeley-db | BDB_CONFIGURE_OFF= --without-berkeley-db | ||||
BDB_USES= bdb | BDB_USES= bdb | ||||
MAINTAINER_DEBUG_CONFIGURE_ON= --enable-maintainer-mode --enable-debug | |||||
NLS_CONFIGURE_OFF= --disable-nls | NLS_CONFIGURE_OFF= --disable-nls | ||||
NLS_USES= gettext | NLS_USES= gettext | ||||
SASL_CONFIGURE_OFF= --without-sasl | SASL_CONFIGURE_OFF= --without-sasl | ||||
SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} | SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} | ||||
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 | SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 | ||||
SERF_CONFIGURE_OFF= --without-serf | SERF_CONFIGURE_OFF= --without-serf | ||||
SERF_CONFIGURE_ON= --with-serf | SERF_CONFIGURE_ON= --with-serf | ||||
SERF_LIB_DEPENDS= libserf-1.so:www/serf | SERF_LIB_DEPENDS= libserf-1.so:www/serf | ||||
GPG_AGENT_CONFIGURE_OFF= --without-gpg-agent | GPG_AGENT_CONFIGURE_OFF= --without-gpg-agent | ||||
GPG_AGENT_CONFIGURE_ON= --with-gpg-agent | GPG_AGENT_CONFIGURE_ON= --with-gpg-agent | ||||
GPG_AGENT_BUILD_DEPENDS= gpg-agent:security/gnupg | GPG_AGENT_BUILD_DEPENDS= gpg-agent:security/gnupg | ||||
GPG_AGENT_RUN_DEPENDS= gpg-agent:security/gnupg | GPG_AGENT_RUN_DEPENDS= gpg-agent:security/gnupg | ||||
STATIC_CONFIGURE_ON= --enable-all-static PKG_CONFIG="${LOCALBASE}/bin/pkg-config --static" | STATIC_CONFIGURE_ON= --enable-all-static PKG_CONFIG="${LOCALBASE}/bin/pkg-config --static" | ||||
# =============================================================== | # =============================================================== | ||||
.include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
.if ${PORT_OPTIONS:MMAINTAINER_DEBUG} | .if defined(WITH_DEBUG) | ||||
WITH_DEBUG= yes | CONFIGURE_ARGS+= --enable-maintainer-mode --enable-debug | ||||
.endif | .endif | ||||
APR_CONFIG= ${LOCALBASE}/bin/apr-1-config | APR_CONFIG= ${LOCALBASE}/bin/apr-1-config | ||||
APU_CONFIG= ${LOCALBASE}/bin/apu-1-config | APU_CONFIG= ${LOCALBASE}/bin/apu-1-config | ||||
CONFIGURE_ARGS+=--with-apr=${APR_CONFIG} --with-apr-util=${APU_CONFIG} | CONFIGURE_ARGS+=--with-apr=${APR_CONFIG} --with-apr-util=${APU_CONFIG} | ||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" | .if ${ARCH} == "amd64" || ${ARCH} == "ia64" | ||||
▲ Show 20 Lines • Show All 46 Lines • Show Last 20 Lines |