ee6234880d
- 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
26 lines
575 B
Makefile
26 lines
575 B
Makefile
# Created by: keiichi@iijlab.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ical2html
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
|
|
|
|
MAINTAINER= keiichi@iijlab.net
|
|
COMMENT= Manipulation commands for iCalendar files
|
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/icalerror_errors_are_fatal/d' \
|
|
${WRKSRC}/ical2html.c \
|
|
${WRKSRC}/icalfilter.c \
|
|
${WRKSRC}/icalmerge.c
|
|
|
|
.include <bsd.port.mk>
|