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

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

distname	applewmproto-${version}
checksums           md5     76ca1c6e1d8904d2d885f81f7332eba6 \
                    sha1    85a4a028482abf5186a74da2daf39f599b8c1305 \
                    rmd160  b3819c9c65e1f0e6328363c3eaac8333ea475e72
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 applewmproto-(\\d+(?:\\.\\d+)*)
