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

name		xorg-fontcacheproto
version		0.1.3
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org fontcacheproto
homepage	http://www.x.org
platforms	darwin
long_description Prototype headers for the Fontcache library
master_sites 	http://xorg.freedesktop.org/archive/individual/proto

distname	fontcacheproto-${version}
checksums           md5     a8a50e5e995bfacb0359575faf7f6906 \
                    sha1    07f6ab3e1e1efe71c51f50e95851d93d2a1de773 \
                    rmd160  4d3689e4616957966c8b51e24cd4ae6b7fb08c18
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 fontcacheproto-(\\d+(?:\\.\\d+)*)

