freebsd-ports/converters/ical2html/Makefile
Jeremy Messenger 61d9c78a79 -Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).

Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.

PR:		ports/173540
Remind by:	Marcin Cieslak <saper@saper.info>
2012-12-30 05:14:01 +00:00

25 lines
531 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= 2.0
PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
LIB_DEPENDS= ical:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>