# $Id: Portfile,v 1.25 2006/04/22 13:09:42 rhwood Exp $

PortSystem      1.0

name                  libxml2
version		2.6.23
categories            textproc
description           gnome xml library
platforms             darwin
maintainers           michaelm@opendarwin.org
homepage              http://xmlsoft.org/index.html
master_sites          gnome:sources/libxml2/2.6/ ftp://xmlsoft.org/ 
checksums             rmd160 6cca60b81f56101e42c7f9a8529f5c6f34e4b49f
use_bzip2             yes
depends_lib           port:libiconv
configure.env         BASE_DIR=${prefix}/share/doc
configure.args        --mandir=${prefix}/share/man --with-iconv=${prefix} \
                        --enable-static=no \
			--without-python

long_description \
Libxml is the XML C library developed for the Gnome project.  \
XML itself is a metalanguage to design markup languages, \
Though the library is written in C, a variety of language bindings make it \
available in other environments. 

