# $Id: Portfile,v 1.2 2003/09/23 23:00:07 fkr Exp $ PortSystem 1.0 name sablotron version 1.0 categories textproc maintainers bchesneau@mac.com description XSLT, DOM and XPath processor long_description Sablotron is a fast, compact and portable XML toolkit \ implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open \ project. The goal of this project is to create a \ lightweight, reliable and fast XML library processor conforming to the W3C \ specification, which is available for public and can be used as a base for \ multi-platform XML applications. platforms darwin distname Sablot-${version} worksrcdir Sablot-${version} master_sites http://download-2.gingerall.cz/download/sablot checksums Sablot-1.0.tar.gz md5 16f6487f1872a31ed566b0f2cfeba895 depends_lib lib:libiconv.2:libiconv \ lib:libexpat.0.4:expat configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include variant darwin { depends_lib-append lib:libdl.1:dlcompat }