Files
ports/converters/ical2html/Makefile
Carlo Strub cc67b3de4e converters/ical2html: Update to 3.0
PR:		287266
Reported by:	Gian-Simon Purkert <gspurki@gmail.com>
Approved by:	maintainer timout
2025-07-29 21:38:19 +02:00

24 lines
555 B
Makefile

PORTNAME= ical2html
PORTVERSION= 3.0
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
WWW= https://www.w3.org/Tools/Ical2html/
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>