mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Add option for horde-dimp
This commit is contained in:
parent
12f78f37d0
commit
c1f557645f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220478
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user