mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c5bb3076df
Please note that the openldap 2.2.x series is now considered obsolete and is no longer maintained. Therefore, updates to this port would be more conservative and less effort would be taken here in the future. Current OpenLDAP users are encouraged to upgrade to 2.3.x. Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> (with changes) PR: ports/91902
13 lines
259 B
Makefile
13 lines
259 B
Makefile
# New ports collection makefile for: openldap22-client
|
|
# Date created: 10 Jul 2003
|
|
# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap22-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|