diff options
Diffstat (limited to 'mail/sendmail-sasl/Makefile')
-rw-r--r-- | mail/sendmail-sasl/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile new file mode 100644 index 000000000000..7acdc1a55d57 --- /dev/null +++ b/mail/sendmail-sasl/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: sendmail-sasl +# Date created: 15.Jun 2001 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ + +SENDMAIL_WITH_SASL= yes +SENDMAIL_WITH_TLS= yes +SENDMAIL_WITH_SFIO= yes +SENDMAIL_WITH_MILTER= yes +PKGNAMESUFFIX?= -sasl +MASTERDIR?= ${.CURDIR}/../sendmail + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |