1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/sendmail-sasl/Makefile

19 lines
402 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$
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"