diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-13 06:44:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-13 06:44:50 +0000 |
commit | ff1aa7cfc6f95f8579d74180c1568942ad54a635 (patch) | |
tree | 0fe292a69e0a4ab4b1f8dc5247c8c5e64507d6dd /mail/sendmail811 | |
parent | 22e870b35e888410c0815ea25b086a3958b9314e (diff) | |
download | ports-ff1aa7cfc6f95f8579d74180c1568942ad54a635.tar.gz ports-ff1aa7cfc6f95f8579d74180c1568942ad54a635.zip |
Notes
Diffstat (limited to 'mail/sendmail811')
-rw-r--r-- | mail/sendmail811/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 55174e30b821..c9205f79d995 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -19,6 +19,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site PLIST= ${WRKDIR}/.PLIST.more +# Options to define Features: +# +# SENDMAIL_WITH_TLS=YES +# SENDMAIL_WITH_SASL=YES +# SENDMAIL_WITH_SFIO=YES +# SENDMAIL_WITH_MILTER=YES + .if defined(SENDMAIL_WITH_TLS) USE_OPENSSL= yes .endif @@ -52,6 +59,10 @@ pre-configure: ${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \ ${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4 .endif +.if exists(${FILESDIR}/site.config.m4.local) + ${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \ + ${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4 +.endif PREFIX?= ${DESTDIR}/usr MANPREFIX?= ${DESTDIR}/usr/share |