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

name		xorg-dmxproto
version		2.3
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org dmxproto
homepage	http://www.x.org
platforms	darwin
long_description X.org DMXProto protocol headers.
master_sites 	http://xorg.freedesktop.org/archive/individual/proto/

distname	dmxproto-${version}
checksums           md5     880a41720b2937e2660dcdc0d34a8791 \
                    sha1    a3636d1b54d7bbf273f28c0d3c44101777047865 \
                    rmd160  8c3fd0679de0485a3934f7973c6c120a583e0f21
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 dmxproto-(\\d+(?:\\.\\d+)*)
