freebsd-ports/mail/horde-turba/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

51 lines
988 B
Makefile

# $FreeBSD$
PORTNAME= turba
PORTVERSION= 4.2.21
PORTREVISION= 1
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
CATEGORIES= mail www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde web based address book
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= FACEBOOK IMSP LDAP
FACEBOOK_DESC= Support connections with Facebook
IMSP_DSC= Support IMSP addressbooks
LDAP_DESC= Support LDAP Addressbooks
USES= horde cpe
USE_PHP= gettext hash json
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
content \
Horde_Auth \
Horde_Core \
Horde_Data \
Horde_Date \
Horde_Exception \
Horde_Form \
Horde_Group \
Horde_History \
Horde_Icalendar \
Horde_Mail \
Horde_Mime \
Horde_Nls \
Horde_Perms \
Horde_Prefs \
Horde_Serialize \
Horde_Share \
Horde_Support \
Horde_Url \
Horde_Util \
Horde_View
FACEBOOK_USE= HORDE_RUN=Horde_Service_Facebook
IMSP_USE= HORDE_RUN=Horde_Imsp
LDAP_USE= HORDE_RUN=Horde_Ldap
.include <bsd.port.mk>