mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
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"
|