# $Id: Portfile 44489 2008-12-29 08:41:49Z jeremyhu@macports.org $

PortSystem 1.0

name		xorg-libpthread-stubs
version		0.1
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org/Xcb libpthread stubs
homepage	http://xcb.freedesktop.org
platforms	darwin macosx
long_description Library that provides pthread stubs that are missing from your platform libc. (used for libxcb)
master_sites	 ${homepage}/dist/

distname	libpthread-stubs-${version}
checksums	sha1 34ef40880d0112dc6d32b386d59ce94f2c139eef
use_bzip2	yes

universal_variant no

livecheck.check regex
livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex libpthread-stubs-(\\d+(?:\\.\\d+)*)
