2001-12-03 03:40:12 +01:00
|
|
|
# Ports collection makefile for: turba
|
|
|
|
# Date created: Sat Nov 16, 2001
|
|
|
|
# Whom: Thierry Thomas (<thierry@thomas.as>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= turba
|
2012-05-30 09:10:17 +02:00
|
|
|
PORTVERSION= 3.0.14
|
2011-07-07 23:33:28 +02:00
|
|
|
PKGNAMEPREFIX= horde-
|
2011-07-10 01:59:57 +02:00
|
|
|
CATEGORIES= mail www pear
|
2001-12-03 03:40:12 +01:00
|
|
|
|
2011-07-14 22:33:30 +02:00
|
|
|
MAINTAINER= horde@FreeBSD.org
|
2011-07-07 23:33:28 +02:00
|
|
|
COMMENT= Horde web based address book
|
2001-12-03 03:40:12 +01:00
|
|
|
|
2012-01-09 16:41:08 +01:00
|
|
|
LICENSE= AL2
|
2011-07-07 23:33:28 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2001-12-03 03:40:12 +01:00
|
|
|
|
2011-07-09 08:11:39 +02:00
|
|
|
LATEST_LINK= horde4-${PORTNAME}
|
|
|
|
|
2011-07-07 23:33:28 +02:00
|
|
|
OPTIONS= FACEBOOK "Support connections with Facebook" Off \
|
|
|
|
IMSP "Support IMSP addressbooks" Off \
|
|
|
|
LDAP "Support LDAP Addressbooks" Off
|
2001-12-03 03:40:12 +01:00
|
|
|
|
2011-07-07 23:33:28 +02:00
|
|
|
USE_PHP= gettext hash json
|
|
|
|
USE_HORDE_BUILD= Horde_Role
|
|
|
|
USE_HORDE_RUN= Horde_Role \
|
|
|
|
horde \
|
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_FACEBOOK)
|
|
|
|
USE_HORDE_RUN+= Horde_Service_Facebook
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_IMSP)
|
|
|
|
USE_HORDE_RUN+= Horde_Imsp
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_LDAP)
|
|
|
|
USE_HORDE_RUN+= Horde_Ldap
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
|
|
.include <bsd.port.post.mk>
|