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

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

distname	videoproto-${version}
checksums           md5     fb762146a18207a1e8bc9f299dfc7ac0 \
                    sha1    4aef2b438d45b3ab75e640996ce1267d3468f48c \
                    rmd160  ff1338f96e4ba95e302a3a95b39dfe2f864ceca9
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 videoproto-(\\d+(?:\\.\\d+)*)

