diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-06-15 17:28:11 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-06-15 17:28:11 +0000 |
commit | 66684ba7e74c34830deb8d7f31ec05a48de32994 (patch) | |
tree | 3168b3e784f60730655acada32b36077c918b7ed /mail/sendmail-sasl | |
parent | 228f685357301e1358e225ecf88a373dab9b084a (diff) | |
download | FreeBSD-ports-66684ba7e74c34830deb8d7f31ec05a48de32994.zip FreeBSD-ports-66684ba7e74c34830deb8d7f31ec05a48de32994.tar.gz |
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
Diffstat (limited to 'mail/sendmail-sasl')
-rw-r--r-- | mail/sendmail-sasl/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile new file mode 100644 index 0000000..7acdc1a --- /dev/null +++ b/mail/sendmail-sasl/Makefile @@ -0,0 +1,18 @@ +# 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" |