mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
bfba7c47cf
Horde_Core 2.10.1 -> 2.10.2 Horde_Css_Parser 1.0.2 -> 1.0.3 Horde_Form 2.0.5 -> 2.0.6 Horde_ListHeaders 1.0.1 -> 1.1.0 Horde_Prefs 2.5.0 -> 2.5.1 Horde_Smtp 1.2.5 -> 1.2.6 Horde_Text_Filter 2.1.4 -> 2.1.5 Horde_Timezone 1.0.3 -> 1.0.4 Horde_Vfs 2.1.1 -> 2.1.2 ansel 3.0.0 -> 3.0.1 groupware 5.1.1 -> 5.1.3 horde 5.1.4 -> 5.1.5 imp 6.1.4 -> 6.1.5 ingo 3.1.2 -> 3.1.3 kronolith 4.1.3 -> 4.1.4 mnemo 4.1.1 -> 4.1.2 nag 4.1.2 -> 4.1.3 turba 4.1.2 -> 4.1.3 webmail 5.1.2 -> 5.1.3 wicked 2.0.0RC2 -> 2.0.1
33 lines
541 B
Makefile
33 lines
541 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= webmail
|
|
PORTVERSION= 5.1.3
|
|
CATEGORIES= mail www pear
|
|
PKGNAMEPREFIX= horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Groupware Webmail Edition
|
|
|
|
CONFLICTS= horde-groupware-[456]*
|
|
|
|
LATEST_LINK= horde-${PORTNAME}
|
|
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
content \
|
|
gollem \
|
|
horde \
|
|
imp \
|
|
ingo \
|
|
kronolith \
|
|
mnemo \
|
|
nag \
|
|
timeobjects \
|
|
trean \
|
|
turba
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|