mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
7c2eba3e25
the default now, and should slide foward gracefully (or obey make.conf or portupgrade.conf). Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
14 lines
251 B
Makefile
14 lines
251 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_OPENLDAP= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|