1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/deskutils/horde-kronolith/Makefile
Jochen Neumeister 5212b97d78 Update to 4.2.24
2018-07-08 07:55:59 +00:00

65 lines
1.4 KiB
Makefile

# Created by: Thierry Thomas (<thierry@thomas.as>)
# $FreeBSD$
PORTNAME= kronolith
PORTVERSION= 4.2.24
CATEGORIES= deskutils www pear
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde web based calendar
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFAULT= DATE_HOLIDAYS TIMEOBJECTS
OPTIONS_DEFINE= DATE_HOLIDAYS TIMEOBJECTS XMLWRITER
DATE_HOLIDAYS_DESC= Depend on PEAR Date_Holidays
TIMEOBJECTS_DESC= Depenbd on Horde timeobjects
XMLWRITER_DESC= Depend on PHP xmlwriter extension
USES= horde cpe
USE_PHP= gettext json simplexml
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
content \
horde \
Horde_Auth \
Horde_Autoloader \
Horde_Core \
Horde_Data \
Horde_Date \
Horde_Date_Parser \
Horde_Dav \
Horde_Exception \
Horde_Form \
Horde_Group \
Horde_Http \
Horde_History \
Horde_Icalendar \
Horde_Image \
Horde_Lock \
Horde_LoginTasks \
Horde_Mail \
Horde_Mime \
Horde_Nls \
Horde_Notification \
Horde_Perms \
Horde_Serialize \
Horde_Share \
Horde_Support \
Horde_Text_Filter \
Horde_Timezone \
Horde_Url \
Horde_Util \
Horde_View
RUN_DEPENDS+= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR}
DATE_HOLIDAYS_RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
TIMEOBJECTS_USE= HORDE_RUN=timeobjects
XMLWRITER_USE= PHP=xmlwriter
.include <bsd.port.mk>