a1993564e0
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
73 lines
1.5 KiB
Makefile
73 lines
1.5 KiB
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Core
|
|
DISTVERSION= 2.31.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Core Framework libraries
|
|
|
|
CONFLICTS= horde-3*
|
|
|
|
OPTIONS_DEFINE= KOLAB LZF SOCKETS
|
|
KOLAB_DESC= Enable Kolab server support
|
|
LZF_DESC= Depend on lzf PHP extension
|
|
SOCKETS_DESC= Depend on sockets PHP extension
|
|
|
|
USES= horde
|
|
USE_PHP= session
|
|
|
|
USE_HORDE_BUILD= Horde_Role
|
|
|
|
USE_HORDE_RUN= Horde_Role \
|
|
Horde_ActiveSync \
|
|
Horde_Alarm \
|
|
Horde_Auth \
|
|
Horde_Autoloader \
|
|
Horde_Browser \
|
|
Horde_Cache \
|
|
Horde_Cli \
|
|
Horde_Compress \
|
|
Horde_Compress_Fast \
|
|
Horde_Controller \
|
|
Horde_Css_Parser \
|
|
Horde_CssMinify \
|
|
Horde_Data \
|
|
Horde_Date \
|
|
Horde_Exception \
|
|
Horde_Group \
|
|
Horde_History \
|
|
Horde_Injector \
|
|
Horde_JavascriptMinify \
|
|
Horde_Lock \
|
|
Horde_Log \
|
|
Horde_LoginTasks \
|
|
Horde_Mime \
|
|
Horde_Mime_Viewer \
|
|
Horde_Notification \
|
|
Horde_Pack \
|
|
Horde_Perms \
|
|
Horde_Prefs \
|
|
Horde_Secret \
|
|
Horde_Serialize \
|
|
Horde_SessionHandler \
|
|
Horde_Share \
|
|
Horde_Smtp \
|
|
Horde_Support \
|
|
Horde_Template \
|
|
Horde_Token \
|
|
Horde_Text_Filter \
|
|
Horde_Translation \
|
|
Horde_Url \
|
|
Horde_Util \
|
|
Horde_View
|
|
|
|
# Not required but wanted
|
|
USE_HORDE_RUN+= Horde_Routes
|
|
|
|
KOLAB_USE= HORDE_RUN=Horde_Kolab_Server,Horde_Kolab_Session,Horde_Kolab_Storage
|
|
LZF_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/lzf.so:archivers/pecl-lzf@${PHP_FLAVOR}
|
|
SOCKETS_USE= PHP=sockets
|
|
|
|
.include <bsd.port.mk>
|