a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23170 2007-03-26 22:59:32Z pipping@macports.org $
PortSystem 1.0
name libxml2
version 2.6.27
categories textproc
description gnome xml library
platforms darwin
maintainers cedric.luthi@gmail.com
homepage http://xmlsoft.org/index.html
master_sites http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/ \
ftp://xmlsoft.org/libxml2/
checksums md5 f5806f5059ef7bd4d3fcf36cf116d1ef \
sha1 875ac4d3b5829f2edf0222f6c96b76b46ec72374 \
rmd160 795efee7c91484eb11dd0b275744057d2c82719d
depends_lib port:libiconv port:zlib
configure.env BASE_DIR=${prefix}/share/doc
configure.args --mandir=${prefix}/share/man --with-iconv=${prefix} \
--enable-static=no \
--without-python
test.run yes
test.target check
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.