15 lines
271 B
Makefile
15 lines
271 B
Makefile
|
# New ports collection makefile for: exim-ldap2
|
||
|
# Date created: 3 Jul 2001
|
||
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAMESUFFIX= -ldap2
|
||
|
MASTERDIR= ${.CURDIR}/../exim
|
||
|
|
||
|
WITH_LDAP= yes
|
||
|
LDAP_LIB_TYPE= OPENLDAP2
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|