# $Id: Portfile 68415 2010-06-03 03:47:40Z rmsfisher@macports.org $
PortSystem 1.0

name		xorg-util-macros
version		1.8.0
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org util-macros
homepage	http://www.x.org
platforms	darwin
long_description Miscellaneous utility macros required by the Modular X.org codebase.
master_sites 	http://xorg.freedesktop.org/archive/individual/util/

distname	util-macros-${version}
checksums           md5     0c9334201b0ed5ec187faab0bb713329 \
                    sha1    cbe9920712789ecd25386956649db0d666642f0f \
                    rmd160  dbe1f4f88aa71e4943dd074120be0de28e71e2e5
use_bzip2	yes

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

livecheck.type  regex
livecheck.url   ${master_sites}?C=M&O=D
livecheck.regex util-macros-(\\d+(?:\\.\\d+)*)
