- Add devel/horde-whups
This commit is contained in:
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
|
@ -32,7 +32,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
|
|||
VACATION "Vacation & Auto Respond" off \
|
||||
TREAN "Bookmark Manager" off \
|
||||
NIC "Network Monitor" off \
|
||||
ANSEL "Photo Gallery" off
|
||||
ANSEL "Photo Gallery" off \
|
||||
WHUPS "Bug Tracking/Ticket System" off
|
||||
|
||||
.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
|
||||
.endif
|
||||
|
||||
.if defined(WITH_WHUPS)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${CAT} ${FILESDIR}/post-configure-message
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
|
|||
VACATION "Vacation & Auto Respond" off \
|
||||
TREAN "Bookmark Manager" off \
|
||||
NIC "Network Monitor" off \
|
||||
ANSEL "Photo Gallery" off
|
||||
ANSEL "Photo Gallery" off \
|
||||
WHUPS "Bug Tracking/Ticket System" off
|
||||
|
||||
.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
|
||||
.endif
|
||||
|
||||
.if defined(WITH_WHUPS)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${CAT} ${FILESDIR}/post-configure-message
|
||||
|
||||
|
|
Loading…
Reference in a new issue