# $Id: Portfile,v 1.1 2006/01/18 18:22:13 cjr Exp $

PortSystem			1.0
name				xmlroff
version				0.3.8
revision			1
categories			textproc
maintainers			cjr@opendarwin.org
description			An XSL formatter producing PDF and PostScript.
long_description \
	Creates formatted output -- pages containing text in a variety \
	of type styles and sizes -- from an input XML document and an XSL \
	stylesheet.

homepage			http://xmlroff.sourceforge.net
master_sites			sourceforge:xmlroff

platforms			darwin
checksums			md5 58c8995b7c5750806e2fd3a5ce8ad623

depends_lib			lib:libxml2.2:libxml2 \
				lib:libatk-1.0:atk \
				lib:libglib.2:glib2 \
				lib:libgtk.2:gtk2 \
				lib:libart_lgpl_2:libart_lgpl \
				lib:libbonobo-2:libbonobo \
				lib:libgnomeprint-2.2:libgnomeprint \
				lib:libIDL-2:libidl \
				lib:libxslt:libxslt \
				lib:libORBit-2.0:orbit2 \
				lib:libpangoft2-1.0:pango \
				lib:libpangoxsl-1:pangoxsl

configure.env			LDFLAGS="-framework CoreFoundation"
