diff options
author | sat <sat@FreeBSD.org> | 2007-03-13 02:22:19 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-13 02:22:19 +0800 |
commit | 02aa5b52de70814d2a1ef3d6a95008dc96bdb8d0 (patch) | |
tree | 3ccb5cc9270840c437d5f5dcecc169f9c32df783 /www/horde4-meta | |
parent | a748ab12d7190ed0bb7726d0049ec3093f114071 (diff) | |
download | freebsd-ports-gnome-02aa5b52de70814d2a1ef3d6a95008dc96bdb8d0.tar.gz freebsd-ports-gnome-02aa5b52de70814d2a1ef3d6a95008dc96bdb8d0.tar.zst freebsd-ports-gnome-02aa5b52de70814d2a1ef3d6a95008dc96bdb8d0.zip |
- Add Vacation module
PR: ports/110147
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'www/horde4-meta')
-rw-r--r-- | www/horde4-meta/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index da9d082ec04e..385cadd85ac0 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -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 |