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

name		xorg-xf86driproto
version		2.1.0
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org xf86driproto
homepage	http://www.x.org
platforms	darwin
long_description Prototype headers for xf86dri
master_sites 	http://xorg.freedesktop.org/archive/individual/proto
distname	xf86driproto-${version}
use_bzip2	yes
if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

checksums           md5     309d552732666c3333d7dc63e80d042f \
                    sha1    0dfc6616ffc68ca3c3b5decb1e365aaa93be8548 \
                    rmd160  2393b5e691dc806777f743e0f5e6a2cab53047f5

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

