2013-09-20 18:05:24 +02:00
|
|
|
# Created by: keiichi@iijlab.net
|
2005-04-14 19:19:20 +02:00
|
|
|
|
|
|
|
PORTNAME= ical2html
|
2020-10-24 14:12:43 +02:00
|
|
|
PORTVERSION= 2.1
|
2005-04-14 19:19:20 +02:00
|
|
|
CATEGORIES= converters
|
|
|
|
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
|
|
|
|
|
|
|
|
MAINTAINER= keiichi@iijlab.net
|
|
|
|
COMMENT= Manipulation commands for iCalendar files
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
2005-04-14 19:19:20 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-04-14 19:19:20 +02:00
|
|
|
|
2017-05-03 19:09:38 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/icalerror_errors_are_fatal/d' \
|
|
|
|
${WRKSRC}/ical2html.c \
|
|
|
|
${WRKSRC}/icalfilter.c \
|
|
|
|
${WRKSRC}/icalmerge.c
|
|
|
|
|
2005-04-14 19:19:20 +02:00
|
|
|
.include <bsd.port.mk>
|