# $Id: Portfile,v 1.23 2005/10/15 00:04:25 rhwood Exp $
PortSystem  1.0

name              libxslt
version           1.1.15
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         rmd160 8a560fdc635a2ab8d74ba95f9a98236a52204573
depends_lib       port: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. 
