# $Id: Portfile,v 1.4 2004/05/05 21:39:53 jkh Exp $

PortSystem 1.0
name		cairo
version		0.1.22
revision	1
categories	graphics
maintainers	jkh@opendarwin.org
description	Cairo is a vector graphics library with cross-device output support.
long_description	${description} Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).
homepage	http://cairographics.org/
master_sites 	${homepage}snapshots/
platforms	darwin
checksums	md5 e3a2206cedaad27985b99fbc4aa9c485
depends_lib	lib:libpixman.1:libpixman \
		lib:XXX:xrender \
		lib:XXX:fontconfig \
		lib:XXX:freetype

post-configure {
	reinplace "s/-dynamiclib/-dynamiclib -flat_namespace/" ${worksrcpath}/libtool
}
