6b07ae1328
that include support for LDAP, mySQL and Postgres lookups.
17 lines
339 B
Makefile
17 lines
339 B
Makefile
# New ports collection makefile for: exim-ldap
|
|
# Date created: 11 Jun 2001
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -ldap
|
|
CATEGORIES= mail
|
|
PKGDIR= ../exim
|
|
FILESDIR= ${PKGDIR}/files
|
|
|
|
# See ../exim/Makefile for options controlling the LDAP lookup type.
|
|
WITH_LDAP= yes
|
|
|
|
.include "../exim/Makefile"
|