freebsd-ports/mail/sendmail-sasl/Makefile
Dirk Meyer 49fb295112 - fix option name
PR:		178776
Submitted by:	Lawrence Chen

- fix option SASLAUTHD
2013-05-20 07:15:33 +00:00

17 lines
303 B
Makefile

# $FreeBSD$
CATEGORIES= mail ipv6
MAINTAINER= dinoex@FreeBSD.org
WITH_TLS= yes
WITH_SASL= yes
WITH_SASLAUTHD= yes
SENDMAIL_PORT?= sendmail
MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT}
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"