diff options
Diffstat (limited to 'mail/sendmail-old')
-rw-r--r-- | mail/sendmail-old/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile index 55174e30b821..c9205f79d995 100644 --- a/mail/sendmail-old/Makefile +++ b/mail/sendmail-old/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 |