mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
14eb70b514
devel/pear-Horde_Cli 2.0.7 -> 2.1.0 devel/pear-Horde_Core 2.27.8 -> 2.28.1 www/pear-Horde_Form 2.0.15 -> 2.0.16 dns/pear-Horde_Idna 1.0.4 -> 1.1.0 graphics/pear-Horde_Image 2.3.6 -> 2.4.0 textproc/pear-Horde_Text_Diff 2.1.2 -> 2.2.0 www/horde-ansel 3.0.5 -> 3.0.6 www/horde-base 5.2.13 -> 5.2.14 mail/horde-imp 6.2.17 -> 6.2.18 mail/horde-ingo 3.2.13 -> 3.2.14 deskutils/horde-kronolith 4.2.19 -> 4.2.20 deskutils/horde-mnemo 4.2.12 -> 4.2.13 deskutils/horde-nag 4.2.13 -> 4.2.14 mail/horde-turba 4.2.18 -> 4.2.19
66 lines
1.3 KiB
Makefile
66 lines
1.3 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= horde
|
|
PORTVERSION= 5.2.14
|
|
CATEGORIES= www pear
|
|
PKGNAMEPREFIX=
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Application Framework
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2
|
|
|
|
OPTIONS_DEFAULT= ICONV
|
|
OPTIONS_DEFINE= FACEBOOK ICONV TWITTER WEATHER
|
|
|
|
FACEBOOK_DESC= Support connections to Facebook
|
|
ICONV_DESC= Depend on PHP iconv extension
|
|
TWITTER_DESC= Support connections to Twitter
|
|
WEATHER_DESC= Support weather forecast display
|
|
|
|
USES= horde cpe
|
|
USE_PHP= filter gettext hash
|
|
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
Horde_Alarm \
|
|
Horde_Argv \
|
|
Horde_Auth \
|
|
Horde_Autoloader \
|
|
Horde_Browser \
|
|
Horde_Core \
|
|
Horde_Date \
|
|
Horde_Exception \
|
|
Horde_Form \
|
|
Horde_Group \
|
|
Horde_Http \
|
|
Horde_Image \
|
|
Horde_LoginTasks \
|
|
Horde_Mail \
|
|
Horde_Mime \
|
|
Horde_Nls \
|
|
Horde_Perms \
|
|
Horde_Prefs \
|
|
Horde_Rpc \
|
|
Horde_Serialize \
|
|
Horde_Support \
|
|
Horde_Template \
|
|
Horde_Text_Diff \
|
|
Horde_Token \
|
|
Horde_Text_Filter \
|
|
Horde_Tree \
|
|
Horde_Url \
|
|
Horde_Util \
|
|
Horde_View \
|
|
Horde_Vfs
|
|
|
|
# Optional in package but we want them in
|
|
USE_HORDE_RUN+= Horde_Feed
|
|
|
|
FACEBOOK_USE= HORDE_RUN=Horde_Service_Facebook
|
|
ICONV_USE= PHP=iconv
|
|
TWITTER_USE= HORDE_RUN=Horde_Service_Twitter
|
|
WEATHER_USE= HORDE_RUN=Horde_Service_Weather
|
|
|
|
.include <bsd.port.mk>
|