freebsd-ports/converters/ical2html/Makefile
Max Brazhnikov 7af1870dff Update to 0.42,
bump portrevision for dependent ports

Approved by:	maintainer (timeout), miwi (mentor)
2009-01-04 12:56:02 +00:00

24 lines
552 B
Makefile

# New ports collection makefile for: ical2html
# Date created: Thu Apr 14 18:08:52 BST 2005
# Whom: keiichi@iijlab.net
#
# $FreeBSD$
#
PORTNAME= ical2html
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
LIB_DEPENDS= ical.42:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libical -I${LOCALBASE}/include" \
LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>