diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-06-15 17:28:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-06-15 17:28:11 +0000 |
commit | d7eb63a9e1f1c15bd7378d62c70f9b519138038e (patch) | |
tree | 99118adcbaf9b316aef06d5f8b23d97c8e86ae07 /mail/sendmail-ldap | |
parent | b5f16ad2c0ff22959a1d54fe619c467689339310 (diff) |
Sendmail:
- 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
Notes
Notes:
svn path=/head/; revision=44042
Diffstat (limited to 'mail/sendmail-ldap')
-rw-r--r-- | mail/sendmail-ldap/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/sendmail-ldap/Makefile b/mail/sendmail-ldap/Makefile new file mode 100644 index 000000000000..2f8859093bc5 --- /dev/null +++ b/mail/sendmail-ldap/Makefile @@ -0,0 +1,19 @@ +# 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" |