# $Id: Portfile,v 1.11 2004/01/18 03:51:31 toby Exp $

PortSystem 1.0
name		libxml
version		1.8.17
revision	0
categories	textproc
maintainers	darwinports@opendarwin.org
description	XML parsing library
long_description	\
	Libxml is the XML C library developed for the Gnome project. XML \
	itself is a metalanguage to design markup languages, i.e. text \
	language where semantic and structure are added to the content using \
	extra "markup" information enclosed between angle brackets. HTML is \
	the most well-known markup language. Though the library is written \
	in C a variety of language bindings make it available in other \
	environments.
homepage	http://xmlsoft.org/
platforms	darwin
master_sites	gnome:sources/${name}/1.8
checksums	md5 53846294aa850a7d042948176d1d19dc
depends_lib	bin:pkg-config:pkgconfig
configure.env	CFLAGS=-O3	
configure.args	--disable-static

variant darwin {
	patchfiles	patches
}
