From 02aa5b52de70814d2a1ef3d6a95008dc96bdb8d0 Mon Sep 17 00:00:00 2001 From: sat Date: Mon, 12 Mar 2007 18:22:19 +0000 Subject: - Add Vacation module PR: ports/110147 Submitted by: Beech Rintoul (maintainer) --- www/horde4-meta/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/horde4-meta') 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 @@ -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 -- cgit