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
334 B
Makefile
17 lines
334 B
Makefile
# New ports collection makefile for: openldap22-client
|
|
# Date created: 10 Jul 2003
|
|
# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Open source LDAP client implementation
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap22-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|