6be77f6208
- Major changes compared to kronolith 2.1.5 are: - Display attendees list correctly without a mail/compose method. - Send iCalendar data as UTF-8. - Fix duration of remote and imported full-day events. - Fix recurring multiday events crossing a month border. - Fix duration calculation in edit form for events covering more than a month. Approved by: sat (mentor, implicit)
20 lines
458 B
Makefile
20 lines
458 B
Makefile
# Ports collection makefile for: Kronolith
|
|
# Date created: Sun Dec 02, 2001
|
|
# Whom: Thierry Thomas (<thierry@thomas.as>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kronolith
|
|
PORTVERSION= 2.1.6
|
|
CATEGORIES= deskutils www
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Calendar application
|
|
|
|
USE_HORDE= base
|
|
USE_GETTEXT= yes
|
|
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|