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

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

distname	resourceproto-${version}
checksums           md5     84795594b3ebd2ee2570cf93340d152c \
                    sha1    36b86840005c15e393c86d7075688d430ab2a11d \
                    rmd160  1beb5bd6f5a34e1fa4b8cc7327cef6d04f8d10eb
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 resourceproto-(\\d+(?:\\.\\d+)*)

