15 lines
319 B
Makefile
15 lines
319 B
Makefile
# New ports collection makefile for: exim-ldap
|
|
# Date created: 11 Jun 2001
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -ldap
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
# See ${MASTERDIR}/Makefile for options controlling the LDAP lookup type.
|
|
WITH_LDAP= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|