47acbb6df7
- new switch WITH_DYNAMIC_BACKENDS - WITH_ODBC has to be specified, even when WITH_ODBC_TYPE is set - 5.x users: when you need to start the daemon early, build with WITH_RCORDER=yes to put the start script into /etc/rc.d
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# New ports collection makefile for: openldap22-sasl-server
|
|
# Date created: 01 May 2004
|
|
# Whom: Oliver Eikemeier
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -sasl-server
|
|
|
|
COMMENT= Open source LDAP server implementation with SASL2 support
|
|
|
|
WITH_SASL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap22-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|