- Add devel/horde-whups

This commit is contained in:
Beech Rintoul 2008-02-28 23:05:42 +00:00
parent 5c14833b4c
commit 3d243e5649
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208150
2 changed files with 12 additions and 2 deletions

View file

@ -32,7 +32,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
VACATION "Vacation & Auto Respond" off \ VACATION "Vacation & Auto Respond" off \
TREAN "Bookmark Manager" off \ TREAN "Bookmark Manager" off \
NIC "Network Monitor" off \ NIC "Network Monitor" off \
ANSEL "Photo Gallery" off ANSEL "Photo Gallery" off \
WHUPS "Bug Tracking/Ticket System" off
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
@ -98,6 +99,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/hord
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel
.endif .endif
.if defined(WITH_WHUPS)
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups
.endif
post-configure: post-configure:
@${CAT} ${FILESDIR}/post-configure-message @${CAT} ${FILESDIR}/post-configure-message

View file

@ -32,7 +32,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
VACATION "Vacation & Auto Respond" off \ VACATION "Vacation & Auto Respond" off \
TREAN "Bookmark Manager" off \ TREAN "Bookmark Manager" off \
NIC "Network Monitor" off \ NIC "Network Monitor" off \
ANSEL "Photo Gallery" off ANSEL "Photo Gallery" off \
WHUPS "Bug Tracking/Ticket System" off
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
@ -98,6 +99,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/hord
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel
.endif .endif
.if defined(WITH_WHUPS)
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups
.endif
post-configure: post-configure:
@${CAT} ${FILESDIR}/post-configure-message @${CAT} ${FILESDIR}/post-configure-message