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

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

distname	xineramaproto-${version}
checksums           md5     a8aadcb281b9c11a91303e24cdea45f5 \
                    sha1    3c397c9ea38aaae785dd7901f250891dfa7f3249 \
                    rmd160  0c54cf51685483de9b980735a124ecc24ec90763
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 xineramaproto-(\\d+(?:\\.\\d+)*)

