mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
14 lines
275 B
Makefile
14 lines
275 B
Makefile
|
# New ports collection makefile for: openldap23-sasl-client
|
||
|
# Date created: 02 May 2005
|
||
|
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CLIENT_ONLY= yes
|
||
|
WITH_SASL= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../openldap23-server
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|