1 | # $Id: Portfile,v 1.10 2003/05/02 13:48:09 michaelm Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libxml2 |
---|
6 | version 2.5.10 |
---|
7 | categories textproc |
---|
8 | description gnome xml library |
---|
9 | platforms darwin |
---|
10 | maintainers michaelm@opendarwin.org |
---|
11 | homepage http://xmlsoft.org/index.html |
---|
12 | master_sites http://mirror.aarnet.edu.au/pub/gnome/sources/libxml2/2.5/ \ |
---|
13 | ftp://xmlsoft.org/ |
---|
14 | checksums md5 cb2934ee74ff4349b0005d8fa29a7532 |
---|
15 | patchfiles patch-ltmain.sh |
---|
16 | depends_lib lib:libiconv:libiconv |
---|
17 | configure.env BASE_DIR=${prefix}/share/doc |
---|
18 | configure.args --with-iconv=${prefix} --enable-static=no |
---|
19 | use_bzip2 yes |
---|
20 | long_description \ |
---|
21 | Libxml is the XML C library developed for the Gnome project. \ |
---|
22 | XML itself is a metalanguage to design markup languages, \ |
---|
23 | Though the library is written in C a variety of language bindings make it \ |
---|
24 | available in other environments. Libxml2 is known to be very portable, \ |
---|
25 | the library should build and work without serious troubles on a variety of systems. |
---|