# $Id: Portfile,v 1.17 2004/04/10 05:45:41 olegb Exp $ PortSystem 1.0 name libxslt version 1.1.4 description gnome xslt library and xsltproc categories textproc platforms darwin maintainers michaelm@opendarwin.org master_sites gnome:sources/libxslt/1.1/ ftp://xmlsoft.org/ use_bzip2 yes checksums md5 1fcbbb28a34b83c0ea18147574b011a0 # it does explicitly need 2.6.3+, but dep code doesn't do greater than depends_lib lib:libxml2.6:libxml2 configure.args --mandir=${prefix}/share/man --enable-static=no \ --with-libxml-prefix=${prefix} pre-configure { reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh } long_description \ Libxslt is the XSLT C library developed for the Gnome project. \ XSLT itself is a an XML language to define transformation for XML. \ Libxslt is based on libxml2 the XML C library developed for the Gnome project. \ It also implements most of the EXSLT set of processor-portable extensions \ functions and some of Saxon's evaluate and expressions extensions.