49fb295112
PR: 178776 Submitted by: Lawrence Chen - fix option SASLAUTHD
17 lines
303 B
Makefile
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"
|