diff options
author | beech <beech@FreeBSD.org> | 2010-11-12 16:28:59 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2010-11-12 16:28:59 +0800 |
commit | 04c53dd81e86c15f3ca94cd7ff81cfc0adc42116 (patch) | |
tree | ed3f8221b1d9e53b6b1f2e26913ccf2db5b059b2 /www | |
parent | 23312587d037d7a3e7e0b9307cff14337b45559a (diff) | |
download | freebsd-ports-gnome-04c53dd81e86c15f3ca94cd7ff81cfc0adc42116.tar.gz freebsd-ports-gnome-04c53dd81e86c15f3ca94cd7ff81cfc0adc42116.tar.zst freebsd-ports-gnome-04c53dd81e86c15f3ca94cd7ff81cfc0adc42116.zip |
Add new port horde-klutz.
Bump portrevision
Approved by: miwi (implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/horde-meta/Makefile | 9 | ||||
-rw-r--r-- | www/horde4-meta/Makefile | 9 |
2 files changed, 14 insertions, 4 deletions
diff --git a/www/horde-meta/Makefile b/www/horde-meta/Makefile index f9eee7a3b04c..ae35273ffaa4 100644 --- a/www/horde-meta/Makefile +++ b/www/horde-meta/Makefile @@ -7,7 +7,7 @@ PORTNAME= meta PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= # Empty DISTFILES= # None @@ -35,7 +35,8 @@ OPTIONS= ANSEL "Photo Gallery" off \ TREAN "Bookmark Manager" off \ TURBA "Contact Management" on \ VACATION "Vacation & Auto Respond" off \ - WHUPS "Bug Tracking/Ticket System" off + WHUPS "Bug Tracking/Ticket System" off \ + KLUTZ "Comic Strip Viewer" off .include <bsd.port.pre.mk> @@ -114,6 +115,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/hermes/index.php:${PORTSDIR}/deskutils/horde-hermes .endif +.if defined(WITH_KLUTZ) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/klutz/index.php:${PORTSDIR}/deskutils/horde-klutz +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index f9eee7a3b04c..ae35273ffaa4 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -7,7 +7,7 @@ PORTNAME= meta PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= # Empty DISTFILES= # None @@ -35,7 +35,8 @@ OPTIONS= ANSEL "Photo Gallery" off \ TREAN "Bookmark Manager" off \ TURBA "Contact Management" on \ VACATION "Vacation & Auto Respond" off \ - WHUPS "Bug Tracking/Ticket System" off + WHUPS "Bug Tracking/Ticket System" off \ + KLUTZ "Comic Strip Viewer" off .include <bsd.port.pre.mk> @@ -114,6 +115,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde- RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/hermes/index.php:${PORTSDIR}/deskutils/horde-hermes .endif +.if defined(WITH_KLUTZ) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/klutz/index.php:${PORTSDIR}/deskutils/horde-klutz +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message |