freebsd-ports/mail/sendmail-sasl/Makefile

29 lines
614 B
Makefile
Raw Normal View History

# New ports collection makefile for: sendmail-sasl
# Date created: 15.Jun 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
2004-03-26 21:50:28 +01:00
CATEGORIES= mail ipv6
2003-01-22 20:14:08 +01:00
MAINTAINER= dinoex@FreeBSD.org
SENDMAIL_WITH_TLS= yes
.if defined(SENDMAIL_WITH_SUID)
# only for compatibility with sendmail 8.11.x
SENDMAIL_WITH_SASL= yes
SENDMAIL_WITH_SFIO= yes
SENDMAIL_WITH_MILTER= yes
2004-07-17 20:48:40 +02:00
SENDMAIL_PORT?= sendmail811
.else
SENDMAIL_WITH_SASL2= yes
2004-07-16 08:37:33 +02:00
SENDMAIL_PORT?= sendmail
.endif
2004-07-16 08:37:33 +02:00
MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT}
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"