diff options
author | sat <sat@FreeBSD.org> | 2007-03-22 05:13:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-22 05:13:04 +0800 |
commit | 48bc19441959de02859dc579254fea2fa08062ab (patch) | |
tree | d879d1ad56f33ba5b3410115b8c97849b807deb7 /www/horde4-meta | |
parent | 7f24099578fb28fbfc09d9a31c4d241d8feafb00 (diff) | |
download | freebsd-ports-gnome-48bc19441959de02859dc579254fea2fa08062ab.tar.gz freebsd-ports-gnome-48bc19441959de02859dc579254fea2fa08062ab.tar.zst freebsd-ports-gnome-48bc19441959de02859dc579254fea2fa08062ab.zip |
- Add nic and ansel horde modules
PR: ports/110552
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'www/horde4-meta')
-rw-r--r-- | www/horde4-meta/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index e735d0f2b27a..73c6f7455f5b 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -30,7 +30,9 @@ OPTIONS= IMP "IMAP Webmail System" on \ JETA "Java SSH Applets" off \ HPASSWD "Password Changing Module" off \ VACATION "Vacation & Auto Respond" off \ - TREAN "Bookmark Manager" off + TREAN "Bookmark Manager" off \ + NIC "Network Monitor" off \ + ANSEL "Photo Gallery" off .include <bsd.port.pre.mk> @@ -88,6 +90,14 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean .endif +.if defined(WITH_NIC) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/horde-nic +.endif + +.if defined(WITH_ANSEL) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message |