# $Id: Portfile,v 1.16 2004/01/20 10:12:59 michaelm Exp $ PortSystem 1.0 name libxml2 version 2.6.4 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 1e2339feb10f9b06cefdd7fb57a90923 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.