summaryrefslogtreecommitdiff
path: root/mail/sendmail-sasl/Makefile
blob: 2afda45f30e01a759ff5852defe40f9b8a1dac46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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"