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

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

distname	xf86dgaproto-${version}
use_bzip2	yes
if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

checksums           md5     a036dc2fcbf052ec10621fd48b68dbb1 \
                    sha1    97a06120e7195c968875e8ba42e82c90ab54948b \
                    rmd160  5fe5b3a2a8929c2a661b41fa733610917c7d74c5

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

