mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Listed an overview of options
- Added support for optional configuraion in files/site.config.m4.local
This commit is contained in:
parent
22e870b35e
commit
ff1aa7cfc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39721
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user