mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
c7606c98cf
Horde_ActiveSync 2.12.4 -> 2.13.0 Horde_Imap_Client 2.18.6 -> 2.19.0 Horde_Mime 2.2.9 -> 2.3.0 Horde_Timezone 1.0.4 -> 1.0.5 gollem 3.0.1 -> 3.0.2 groupware 5.1.3 -> 5.1.4 ingo 3.1.3 -> 3.1.4 kronolith 4.1.4 -> 4.1.5 mnemo 4.1.2 -> 4.1.3 nag 4.1.3 -> 4.1.4 turba 4.1.3 -> 4.1.4 webmail 5.1.3 -> 5.1.4 whups 3.0.0RC1 -> 3.0.0
30 lines
499 B
Makefile
30 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= groupware
|
|
PORTVERSION= 5.1.4
|
|
CATEGORIES= deskutils www pear
|
|
PKGNAMEPREFIX= horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Groupware
|
|
|
|
CONFLICTS= horde-webmail-[456]*
|
|
|
|
LATEST_LINK= horde-${PORTNAME}
|
|
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
content \
|
|
gollem \
|
|
horde \
|
|
kronolith \
|
|
mnemo \
|
|
nag \
|
|
timeobjects \
|
|
trean \
|
|
turba
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|