mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
fb8e66e8ac
Add RWM overlay support [2] Convert to OPTIONS Remove openldap23-sasl-server as it is no longer required as separated port. PR: 85709 [1], 84966 [2] Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> [1] Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2]
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# New ports collection makefile for: openldap23-client
|
|
# Date created: 02 May 2005
|
|
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Open source LDAP client implementation
|
|
|
|
CLIENT_ONLY= yes
|
|
WITHOUT_SASL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap23-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|