18 lines
374 B
Makefile
18 lines
374 B
Makefile
|
# New ports collection makefile for: openldap23-sasl-client
|
||
|
# Date created: 02 May 2005
|
||
|
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAMESUFFIX= -sasl-client
|
||
|
|
||
|
COMMENT= Open source LDAP client implementation with SASL2 support
|
||
|
|
||
|
CLIENT_ONLY= yes
|
||
|
WITH_SASL= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../openldap23-server
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|