mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +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
|
PORTNAME= meta
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= # Empty
|
MASTER_SITES= # Empty
|
||||||
DISTFILES= # None
|
DISTFILES= # None
|
||||||
@ -20,6 +20,7 @@ LHORDEDIR?= www/horde
|
|||||||
|
|
||||||
OPTIONS= ANSEL "Photo Gallery" off \
|
OPTIONS= ANSEL "Photo Gallery" off \
|
||||||
CHORA "CVS Web Viewer" off \
|
CHORA "CVS Web Viewer" off \
|
||||||
|
DIMP "Dynamic Imp" off \
|
||||||
GOLLEM "Web-Based File Manager" off \
|
GOLLEM "Web-Based File Manager" off \
|
||||||
HERMES "Time Tracking Application" off \
|
HERMES "Time Tracking Application" off \
|
||||||
HPASSWD "Password Changing Module" 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
|
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if defined(WITH_DIMP)
|
||||||
|
RUN_DEPENDS+=
|
||||||
|
${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde-dimp
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_INGO)
|
.if !defined(WITHOUT_INGO)
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
|
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
|
||||||
.endif
|
.endif
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= meta
|
PORTNAME= meta
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= # Empty
|
MASTER_SITES= # Empty
|
||||||
DISTFILES= # None
|
DISTFILES= # None
|
||||||
@ -20,6 +20,7 @@ LHORDEDIR?= www/horde
|
|||||||
|
|
||||||
OPTIONS= ANSEL "Photo Gallery" off \
|
OPTIONS= ANSEL "Photo Gallery" off \
|
||||||
CHORA "CVS Web Viewer" off \
|
CHORA "CVS Web Viewer" off \
|
||||||
|
DIMP "Dynamic Imp" off \
|
||||||
GOLLEM "Web-Based File Manager" off \
|
GOLLEM "Web-Based File Manager" off \
|
||||||
HERMES "Time Tracking Application" off \
|
HERMES "Time Tracking Application" off \
|
||||||
HPASSWD "Password Changing Module" 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
|
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if defined(WITH_DIMP)
|
||||||
|
RUN_DEPENDS+=
|
||||||
|
${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde-dimp
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_INGO)
|
.if !defined(WITHOUT_INGO)
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
|
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user