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

name		xorg-bigreqsproto
version		1.1.0
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org bigreqsproto
homepage	http://www.x.org
platforms	darwin
long_description Prototype headers for BigReqs extension to X11
master_sites 	http://xorg.freedesktop.org/archive/individual/proto/

distname	bigreqsproto-${version}
checksums           md5     d30c5dbf19ca6dffcd9788227ecff8c5 \
                    sha1    32ae0505ec963cc5c0e3ee9258b126e6865d1b1b \
                    rmd160  445f8bde2c03561255c505860fdba9fedb029edc
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 bigreqsproto-(\\d+(?:\\.\\d+)*)

