mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add Vacation module
PR: ports/110147 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
This commit is contained in:
parent
0929218aae
commit
b7a452579e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187220
@ -28,7 +28,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
|
||||
CHORA "CVS Web Viewer" off \
|
||||
GOLLEM "Web-Based File Manager" off \
|
||||
JETA "Java SSH Applets" off \
|
||||
HPASSWD "Password Changing Module" off
|
||||
HPASSWD "Password Changing Module" off \
|
||||
VACATION "Vacation & Auto Respond" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -78,6 +79,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/jeta
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VACATION)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${CAT} ${FILESDIR}/post-configure-message
|
||||
|
||||
|
@ -28,7 +28,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
|
||||
CHORA "CVS Web Viewer" off \
|
||||
GOLLEM "Web-Based File Manager" off \
|
||||
JETA "Java SSH Applets" off \
|
||||
HPASSWD "Password Changing Module" off
|
||||
HPASSWD "Password Changing Module" off \
|
||||
VACATION "Vacation & Auto Respond" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -78,6 +79,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/jeta
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VACATION)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${CAT} ${FILESDIR}/post-configure-message
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user