# $Id: Portfile 61952 2009-12-24 22:20:26Z ryandesign@macports.org $

PortSystem 1.0
PortGroup archcheck 1.0

name		xorg-xcb-util
version		0.3.6
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org xcb-util
homepage	http://xcb.freedesktop.org/
platforms	darwin macosx
long_description Utility libraries for XCB
master_sites	 ${homepage}/dist/

distname	xcb-util-${version}
checksums           md5     dd8968b8ee613cb027a8ef1fcbdc8fc9 \
                    sha1    8585a421c077382937d181b921263fac2e448d31 \
                    rmd160  853e53493c67d56a4ce368cc6b9512c247fc840f
use_bzip2	yes
use_parallel_build yes

depends_build   port:pkgconfig
depends_lib	port:xorg-libxcb \
                port:xorg-xproto

archcheck.files lib/libxcb.dylib

livecheck.type  regex
livecheck.url   ${master_sites}?C=M&O=D
livecheck.regex xcb-util-(\\d+(?:\\.\\d+)*)
