# $Id: Portfile 66151 2010-04-06 06:54:50Z jmr@macports.org $
PortSystem 1.0

name		xorg-randrproto
version		1.3.1
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org randrproto
homepage	http://www.x.org
platforms	darwin
long_description The pkg-config program is used to retrieve information \
		 about installed libraries in the system. It is typically \
		 used to compile and link against one or more libraries.
master_sites 	http://xorg.freedesktop.org/archive/individual/proto/

distname	randrproto-${version}

checksums           md5     a5c244c36382b0de39b2828cea4b651d \
                    sha1    36731bae6e815453af4b055c26ad8e9e2653ca05 \
                    rmd160  3b61572ace8c33f57e4fab0995c8c8006b406c54

use_bzip2	yes
if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

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

