2004-05-02 02:03:19 +02:00
|
|
|
# New ports collection makefile for: openldap22-sasl-server
|
|
|
|
# Date created: 01 May 2004
|
|
|
|
# Whom: Oliver Eikemeier
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-08-15 20:18:46 +02:00
|
|
|
PKGNAMESUFFIX= -sasl-server
|
2004-05-02 02:03:19 +02:00
|
|
|
|
|
|
|
COMMENT= Open source LDAP server implementation with SASL2 support
|
|
|
|
|
|
|
|
WITH_SASL= yes
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap22-server
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|