http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
24 lines
552 B
Makefile
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= 3
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
|
|
|
|
MAINTAINER= keiichi@iijlab.net
|
|
COMMENT= Manipulation commands for iCalendar files
|
|
|
|
LIB_DEPENDS= ical.43:${PORTSDIR}/devel/libical
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libical -I${LOCALBASE}/include" \
|
|
LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|