diff options
author | beech <beech@FreeBSD.org> | 2008-07-31 04:52:40 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-07-31 04:52:40 +0800 |
commit | 56c8ec312a8216c1eb33de450561a5259bcb699a (patch) | |
tree | 492c2311ee0f4b8e0454e1710bccbe5003317a4f /www/horde4-meta | |
parent | 9bddd91313fb28a5dc52dfdafeacedb663c5483a (diff) | |
download | freebsd-ports-gnome-56c8ec312a8216c1eb33de450561a5259bcb699a.tar.gz freebsd-ports-gnome-56c8ec312a8216c1eb33de450561a5259bcb699a.tar.zst freebsd-ports-gnome-56c8ec312a8216c1eb33de450561a5259bcb699a.zip |
- Add horde-hermes module
Diffstat (limited to 'www/horde4-meta')
-rw-r--r-- | www/horde4-meta/Makefile | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index e5fb07798110..c611505fa282 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -7,7 +7,7 @@ PORTNAME= meta PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= # Empty DISTFILES= # None @@ -18,21 +18,22 @@ COMMENT= Meta port for the horde framework NO_BUILD= yes LHORDEDIR?= www/horde -OPTIONS= IMP "IMAP Webmail System" on \ - MIMP "Mobile Webmail System" off \ +OPTIONS= ANSEL "Photo Gallery" off \ + CHORA "CVS Web Viewer" off \ + GOLLEM "Web-Based File Manager" off \ + HERMES "Time Tracking Application" off \ + HPASSWD "Password Changing Module" off \ + IMP "IMAP Webmail System" on \ INGO "Email-Filter Management" on \ - TURBA "Contact Management" on \ + JETA "Java SSH Applets" off \ KRONOLITH "Calendar Application" off \ + MIMP "Mobile Webmail System" off \ MNEMO "Notes and Memo Application" off \ NAG "Task List Manager" on \ - CHORA "CVS Web Viewer" off \ - GOLLEM "Web-Based File Manager" off \ - JETA "Java SSH Applets" off \ - HPASSWD "Password Changing Module" off \ - VACATION "Vacation & Auto Respond" off \ - TREAN "Bookmark Manager" off \ NIC "Network Monitor" off \ - ANSEL "Photo Gallery" off \ + TREAN "Bookmark Manager" off \ + TURBA "Contact Management" on \ + VACATION "Vacation & Auto Respond" off \ WHUPS "Bug Tracking/Ticket System" off .include <bsd.port.pre.mk> @@ -103,6 +104,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups .endif +.if defined(WITH_HERMES) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/hermes/index.php:${PORTSDIR}/deskutils/horde-hermes +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message |