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

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

distname	inputproto-${version}
checksums           md5     0f7acbc14a082f9ae03744396527d23d \
                    sha1    3ed9879b7dd3c14ae2283959f5962162fc01c219 \
                    rmd160  75263dfb32f2ad869ae9a9274665a1b8eb5719ff
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 inputproto-(\\d+(?:\\.\\d+)*)

