aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-ldapdb/Makefile
blob: 0e78202d35e97c3fdba1198ea3214b28d7fce32f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PKGNAMESUFFIX=	-ldapdb

COMMENT=	SASL LDAPDB auxprop plugin

CYRUS_CONFIGURE_ARGS=	--enable-ldapdb --with-ldap=${LOCALBASE}

OPTIONS_DEFINE=		OPENLDAP_SASL
OPENLDAP_SASL_DESC=	OpenLDAP client with SASL2 support
OPENLDAP_SASL_VARS=	WANT_OPENLDAP_SASL=yes

USE_OPENLDAP=	yes
.if defined(WITH_OPENLDAP_VER)
WANT_OPENLDAP_VER=	${WITH_OPENLDAP_VER}
.endif

.include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common"