Ticket #11248: libxml2-2.6.27_Portfile.patch
File libxml2-2.6.27_Portfile.patch, 959 bytes (added by 0xced (Cédric Luthi), 18 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libxml2 6 version 2.6.2 36 version 2.6.27 7 7 categories textproc 8 8 description gnome xml library 9 9 platforms darwin 10 maintainers michaelm@opendarwin.org 10 maintainers michaelm@opendarwin.org, cedric.luthi@gmail.com 11 11 homepage http://xmlsoft.org/index.html 12 master_sites gnome:sources/libxml2/2.6/ ftp://xmlsoft.org/ 13 checksums rmd160 6cca60b81f56101e42c7f9a8529f5c6f34e4b49f 14 use_bzip2 yes 12 master_sites ftp://xmlsoft.org/libxml2/ 13 checksums rmd160 795efee7c91484eb11dd0b275744057d2c82719d 15 14 depends_lib port:libiconv 16 15 configure.env BASE_DIR=${prefix}/share/doc 17 16 configure.args --mandir=${prefix}/share/man --with-iconv=${prefix} \