mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -ldap2
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
WITH_OPENLDAP= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|