# $Id: Portfile 26074 2007-06-11 17:38:12Z rhwood@macports.org $ PortSystem 1.0 name libxml2 version 2.6.28 revision 1 categories textproc description gnome xml library platforms darwin maintainers cedric.luthi@gmail.com homepage http://xmlsoft.org/index.html master_sites http://xmlsoft.org/sources/ \ ftp://xmlsoft.org/libxml2/ \ http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/ checksums md5 ddf3c369964980a238fad0b6ad40532c \ sha1 7642a52799efde2e0163d322b2aee8cd9f583268 \ rmd160 65d0c2cef5ce40751bd72bb54462d9122558fa17 depends_lib port:libiconv port:zlib post-extract { reinplace "s|/etc|${prefix}/etc|g" \ ${worksrcpath}/catalog.c \ ${worksrcpath}/runtest.c \ ${worksrcpath}/xmlcatalog.c \ ${worksrcpath}/xmllint.c \ ${worksrcpath}/doc/xmlcatalog.1 \ ${worksrcpath}/doc/xmllint.1 } 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.