aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail-ldap/Makefile
blob: 2f8859093bc5c3c0768d7b1e081ba0e7701d1eb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    sendmail-ldap
# Date created:     15.Jun 2001
# Whom:         dirk.meyer@dinoex.sub.org
#
# $FreeBSD$

SENDMAIL_WITH_LDAP= yes
SENDMAIL_WITH_SASL= yes
SENDMAIL_WITH_TLS=  yes
SENDMAIL_WITH_SFIO= yes
SENDMAIL_WITH_MILTER=   yes
PKGNAMESUFFIX?= -ldap
MASTERDIR?= ${.CURDIR}/../sendmail

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"