mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
63890f850d
Note: a patch is available at
1ec6fa6d15
It could be back-ported, but I have not tested enough all the different
applications to be sure that it would be sufficient for Horde to become
compatible with PHP-8.
PR: 261743
Approved by: maintainer’s time-out
67 lines
1.4 KiB
Makefile
67 lines
1.4 KiB
Makefile
PORTNAME= horde
|
|
PORTVERSION= 5.2.23
|
|
CATEGORIES= www pear
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Application Framework
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR}
|
|
|
|
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 php
|
|
USE_PHP= filter gettext hash
|
|
IGNORE_WITH_PHP=80 81
|
|
|
|
CONFLICTS_INSTALL= php*-horde
|
|
|
|
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>
|