mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
bb67ed74ac
ChangeLog: https://www.w3.org/Tools/Ical2html/ChangeLog PR: 249222 Submitted by: gspurki@gmail.com Approved by: keiichi@iijlab.net (maintainer timeout > 1month)
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# Created by: keiichi@iijlab.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ical2html
|
|
PORTVERSION= 2.1
|
|
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>
|