# $Id: Portfile 63260 2010-01-30 23:10:19Z jeremyhu@macports.org $

PortSystem          1.0

name                xkeyboard-config
version             1.8
categories          x11
platforms           darwin
maintainers         jeremyhu
description         X11 XKB keyboard descriptions
long_description    ${description}

homepage            http://www.x.org
master_sites        http://xlibs.freedesktop.org/xkbdesc

checksums           md5     37ae41628cd2ce35d202d30b1820c8ba \
                    sha1    bdba4ed105b3a68fc7c26414ca41a0731558c47d \
                    rmd160  4c440510ffd0c38335d91fc71d4df28f2719c028

use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:pkgconfig \
	port:gettext \
	port:intltool \
	port:xkbcomp

livecheck.type  regex
livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
