- Bump PORTREVISION in all consumers - mail/claws-mail-vcalendar now builds, remove IGNORE - Mark devel/libical-glib as BROKEN Release Highlights WARNING: Version 2 IS NOT Binary Compatible with Older Versions Version 2 is Source Compatible with Older Versions Lots of source code scrubbing [New] RSCALE support (requires libicu from http://www.icu-project.org) [New] CalDAV attachment support (draft-daboo-caldav-attachments) [New] Resurrect the Berkeley DB storage support [Bug] issue83: Incorrect recurrence generation for weekly pattern Handle RRULEs better Handle threading better PR: 218711 Submitted by: myself Approved by: maintainer timeout
31 lines
521 B
Makefile
31 lines
521 B
Makefile
# Created by: Joe Kelsey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libical
|
|
PORTVERSION= 2.0.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Implementation of the IETF Calendaring and Scheduling protocols
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= MPL LGPL21
|
|
|
|
LIB_DEPENDS= libicuuc.so:devel/icu
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= cmake pathfix perl5
|
|
USE_PERL5= build
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
CFLAGS+= -fPIC
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|