1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add option for horde-dimp

This commit is contained in:
Beech Rintoul 2008-09-23 02:48:13 +00:00
parent 12f78f37d0
commit c1f557645f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220478
2 changed files with 14 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= meta
PORTVERSION= 1.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= # Empty
DISTFILES= # None
@ -20,6 +20,7 @@ LHORDEDIR?= www/horde
OPTIONS= ANSEL "Photo Gallery" off \
CHORA "CVS Web Viewer" off \
DIMP "Dynamic Imp" off \
GOLLEM "Web-Based File Manager" off \
HERMES "Time Tracking Application" off \
HPASSWD "Password Changing Module" off \
@ -48,6 +49,11 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde-imp
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
.endif
.if defined(WITH_DIMP)
RUN_DEPENDS+=
${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde-dimp
.endif
.if !defined(WITHOUT_INGO)
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= meta
PORTVERSION= 1.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= # Empty
DISTFILES= # None
@ -20,6 +20,7 @@ LHORDEDIR?= www/horde
OPTIONS= ANSEL "Photo Gallery" off \
CHORA "CVS Web Viewer" off \
DIMP "Dynamic Imp" off \
GOLLEM "Web-Based File Manager" off \
HERMES "Time Tracking Application" off \
HPASSWD "Password Changing Module" off \
@ -48,6 +49,11 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde-imp
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
.endif
.if defined(WITH_DIMP)
RUN_DEPENDS+=
${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde-dimp
.endif
.if !defined(WITHOUT_INGO)
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
.endif