# $Id: Portfile,v 1.5 2006/01/31 00:16:13 blb Exp $

PortSystem 1.0
name		libpixman
version		0.1.6
categories	graphics
maintainers	darwinports@opendarwin.org
description	Pixel region Library
long_description libpixman is a generic library for manipulating pixel regions. A PixRegion is a set of Y-X banded rectangles that cover the desired region.
homepage	http://cairographics.org/
master_sites 	http://www.cairographics.org/snapshots/
platforms	darwin
checksums	md5 4af4bbf35840016f40f287a0bb6526b1

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	eval xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING \
		[glob ${worksrcpath}/ChangeLog*] NEWS README TODO \
		${destroot}${prefix}/share/doc/${name}
}

