2013-09-20 18:05:24 +02:00
|
|
|
# Created by: keiichi@iijlab.net
|
2005-04-14 19:19:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ical2html
|
2010-09-24 18:47:05 +02:00
|
|
|
PORTVERSION= 2.0
|
2014-01-12 20:48:11 +01:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
|
2013-12-11 16:15:48 +01:00
|
|
|
LIB_DEPENDS= libical.so:${PORTSDIR}/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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|