1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Add horde-trean module

PR:		ports/110406
Submitted by:	Beech Rintoul <beech@alaskaparadise.com>
This commit is contained in:
Andrew Pantyukhin 2007-03-19 01:52:46 +00:00
parent cc27c3639e
commit ac349fb47c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187691
2 changed files with 12 additions and 2 deletions

View File

@ -29,7 +29,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
GOLLEM "Web-Based File Manager" off \
JETA "Java SSH Applets" off \
HPASSWD "Password Changing Module" off \
VACATION "Vacation & Auto Respond" off
VACATION "Vacation & Auto Respond" off \
TREAN "Bookmark Manager" off
.include <bsd.port.pre.mk>
@ -83,6 +84,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-p
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation
.endif
.if defined(WITH_TREAN)
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean
.endif
post-configure:
@${CAT} ${FILESDIR}/post-configure-message

View File

@ -29,7 +29,8 @@ OPTIONS= IMP "IMAP Webmail System" on \
GOLLEM "Web-Based File Manager" off \
JETA "Java SSH Applets" off \
HPASSWD "Password Changing Module" off \
VACATION "Vacation & Auto Respond" off
VACATION "Vacation & Auto Respond" off \
TREAN "Bookmark Manager" off
.include <bsd.port.pre.mk>
@ -83,6 +84,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-p
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation
.endif
.if defined(WITH_TREAN)
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean
.endif
post-configure:
@${CAT} ${FILESDIR}/post-configure-message