d7eb63a9e1
- Save more documentation in %%PREFIX%%/share/doc/sendmail - Update Sendmail package, only libmilter will be installed. - Bump PORTREVISION - Cleanup configuration, reduced overhead in "site.config.m4" files - New option SENDMAIL_WITHOUT_IPV6=yes - Use global WITH_TLS as well as SENDMAIL_WITH_TLS - New slave ports: sendmail-sasl, sendmail-ldap - vbsfilter now build a package
20 lines
426 B
Makefile
20 lines
426 B
Makefile
# New ports collection makefile for: sendmail-ldap
|
|
# Date created: 15.Jun 2001
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SENDMAIL_WITH_LDAP= yes
|
|
SENDMAIL_WITH_SASL= yes
|
|
SENDMAIL_WITH_TLS= yes
|
|
SENDMAIL_WITH_SFIO= yes
|
|
SENDMAIL_WITH_MILTER= yes
|
|
PKGNAMESUFFIX?= -ldap
|
|
MASTERDIR?= ${.CURDIR}/../sendmail
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|