1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/horde-base/Makefile
Mathieu Arnold a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00

66 lines
1.3 KiB
Makefile

# $FreeBSD$
PORTNAME= horde
PORTVERSION= 5.2.17
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
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>