aboutsummaryrefslogtreecommitdiff
path: root/www/horde4-meta/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-03-21 21:13:04 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-03-21 21:13:04 +0000
commit4e643f2ca66c65ebf968cff802febd1a9197792d (patch)
tree386580ca727f04c75b8d75151db69004fdf9ab8b /www/horde4-meta/Makefile
parentdf3c3d707c145c3130c30b51641d690534b80e4c (diff)
downloadports-4e643f2ca66c65ebf968cff802febd1a9197792d.tar.gz
ports-4e643f2ca66c65ebf968cff802febd1a9197792d.zip
- Add nic and ansel horde modules
PR: ports/110552 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Notes
Notes: svn path=/head/; revision=187937
Diffstat (limited to 'www/horde4-meta/Makefile')
-rw-r--r--www/horde4-meta/Makefile12
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