freebsd-ports/mail/sendmail-sasl/Makefile
Dirk Meyer b279fc5180 option SENDMAIL_WITH_SUID for compatibility with sendmail 8.11.x
use SASL V2 with current sendmail port
2002-10-08 12:35:12 +00:00

24 lines
557 B
Makefile

# New ports collection makefile for: sendmail-sasl
# Date created: 15.Jun 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
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
MASTERDIR?= ${.CURDIR}/../sendmail-old
.else
SENDMAIL_WITH_SASL2= yes
MASTERDIR?= ${.CURDIR}/../sendmail
.endif
PKGNAMESUFFIX?= -sasl
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"