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

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

distname	xcmiscproto-${version}
checksums           md5     7b83e4a7e9f4edc9c6cfb0500f4a7196 \
                    sha1    1a55e042b33c0e0aaf2299942315a5208d644707 \
                    rmd160  b66ac94e7eb966889136dcae61395b5917fa70f6
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 xcmiscproto-(\\d+(?:\\.\\d+)*)

