14 lines
245 B
Makefile
14 lines
245 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
|
|
|
|
WITH_LDAP= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|