freebsd-ports/mail/sendmail-sasl/Makefile
2014-02-13 21:51:25 +00:00

14 lines
253 B
Makefile

# $FreeBSD$
CATEGORIES= mail ipv6
MAINTAINER= dinoex@FreeBSD.org
OPTIONS_SET+= TLS SASL SASLAUTHD
MASTERDIR?= ${.CURDIR}/../sendmail
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"