- Add Vacation module

PR:		ports/110147
Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
This commit is contained in:
Andrew Pantyukhin 2007-03-12 18:22:19 +00:00
parent 0929218aae
commit b7a452579e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187220
2 changed files with 12 additions and 2 deletions

View file

@ -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

View file

@ -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