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