1 | # $Id: Portfile,v 1.9 2003/03/06 01:44:14 michaelm Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libxml2 |
---|
6 | version 2.5.6 |
---|
7 | |
---|
8 | categories textproc |
---|
9 | description gnome xml library |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | maintainers michaelm@opendarwin.org blb@pobox.com |
---|
13 | |
---|
14 | master_sites ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.4/ \ |
---|
15 | ftp://xmlsoft.org/ |
---|
16 | checksums md5 9ade7ad3e39818790f2ba42b27757914 |
---|
17 | |
---|
18 | depends_lib lib:libiconv:libiconv |
---|
19 | |
---|
20 | patchfiles patch-ltmain.sh patch-configure |
---|
21 | configure.env BASE_DIR=${prefix}/share/doc |
---|
22 | configure.args --with-iconv=${prefix} --enable-static=no |
---|
23 | |
---|