# $Id: Portfile,v 1.18 2004/03/06 22:51:28 michaelm Exp $ PortSystem 1.0 name libxml2 version 2.6.7 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 md5 bdbef92cbdc5b4bd0365313ba22b75ce use_bzip2 yes depends_lib lib:libiconv:libiconv configure.env BASE_DIR=${prefix}/share/doc configure.args --mandir=${prefix}/share/man --with-iconv=${prefix} \ --enable-static=no pre-configure { reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh } 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.