a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20419 2006-11-03 02:16:26Z jberry@macports.org $
PortSystem 1.0
name libpixman
version 0.1.6
categories graphics
maintainers nomaintainer@macports.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}
}