1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Support old and new sendmail

update to use SASL2
This commit is contained in:
Dirk Meyer 2002-11-02 21:51:19 +00:00
parent aa47b1121d
commit 1fe48168a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69308

View File

@ -5,12 +5,18 @@
# $FreeBSD$
SENDMAIL_WITH_LDAP= yes
SENDMAIL_WITH_SASL= yes
SENDMAIL_WITH_TLS= yes
.if defined(SENDMAIL_WITH_SUID)
# only for compatibility with sendmail 8.11.x
SENDMAIL_WITH_SASL= yes
SENDMAIL_WITH_SFIO= yes
SENDMAIL_WITH_MILTER= yes
PKGNAMESUFFIX?= -ldap
MASTERDIR?= ${.CURDIR}/../sendmail-old
.else
SENDMAIL_WITH_SASL2= yes
MASTERDIR?= ${.CURDIR}/../sendmail
.endif
PKGNAMESUFFIX?= -ldap
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"