freebsd-ports/mail/exim-ldap/Makefile
Sheldon Hearn 6b07ae1328 Add slave ports for Exim so that packages will be built for Exim
that include support for LDAP, mySQL and Postgres lookups.
2001-06-11 11:57:26 +00:00

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"