opnsense-ports/converters/ical2html/Makefile
Franco Fichtner 701eecd119 */*: sync with upstream
Taken from: HardenedBSD
2018-03-20 11:09:32 +01:00

26 lines
575 B
Makefile

# Created by: keiichi@iijlab.net
# $FreeBSD$
PORTNAME= ical2html
PORTVERSION= 2.0
PORTREVISION= 4
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>