a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23167 2007-03-26 22:40:45Z pipping@macports.org $
PortSystem 1.0
name libxslt
version 1.1.20
description gnome xslt library and xsltproc
categories textproc
platforms darwin
maintainers rhwood@macports.org openmaintainer@macports.org
master_sites gnome:sources/libxslt/1.1/ ftp://xmlsoft.org/
use_bzip2 yes
checksums rmd160 663816b06322574473185582a6407bcf3fc38111
depends_lib port:libiconv port:libxml2 port:zlib
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.