From f7084292a89a5cb39cb4bcd99e182fae31c5d289 Mon Sep 17 00:00:00 2001 From: sat Date: Mon, 19 Mar 2007 01:52:46 +0000 Subject: - Add horde-trean module PR: ports/110406 Submitted by: Beech Rintoul --- www/horde-meta/Makefile | 7 ++++++- www/horde4-meta/Makefile | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/horde-meta/Makefile b/www/horde-meta/Makefile index 385cadd85ac0..e735d0f2b27a 100644 --- a/www/horde-meta/Makefile +++ b/www/horde-meta/Makefile @@ -29,7 +29,8 @@ OPTIONS= IMP "IMAP Webmail System" on \ GOLLEM "Web-Based File Manager" off \ JETA "Java SSH Applets" off \ HPASSWD "Password Changing Module" off \ - VACATION "Vacation & Auto Respond" off + VACATION "Vacation & Auto Respond" off \ + TREAN "Bookmark Manager" off .include @@ -83,6 +84,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-p RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation .endif +.if defined(WITH_TREAN) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index 385cadd85ac0..e735d0f2b27a 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -29,7 +29,8 @@ OPTIONS= IMP "IMAP Webmail System" on \ GOLLEM "Web-Based File Manager" off \ JETA "Java SSH Applets" off \ HPASSWD "Password Changing Module" off \ - VACATION "Vacation & Auto Respond" off + VACATION "Vacation & Auto Respond" off \ + TREAN "Bookmark Manager" off .include @@ -83,6 +84,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-p RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation .endif +.if defined(WITH_TREAN) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message -- cgit