Ticket #825: Portfile

File Portfile, 1.0 KB (added by coocoocachoonz@…, 21 years ago)

Portfile

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