aboutsummaryrefslogtreecommitdiff
path: root/converters/ical2html/Makefile
blob: db08a5c027e7e1ff2f9f7fb3e50cc6ac1767dee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: keiichi@iijlab.net

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>