# $Id: Portfile 107738 2013-07-04 18:56:32Z jeremyhu@macports.org $

PortSystem          1.0

name                xkeyboard-config
version             2.5.1
categories          x11
license             X11
platforms           darwin
supported_archs     noarch
maintainers          jeremyhu openmaintainer
description         X11 XKB keyboard descriptions
long_description    ${description}

homepage            http://www.x.org
master_sites        xorg:individual/data

checksums           md5     29cbf3980bbe94c3ffc9c233ea638059 \
                    sha1    80f241325fed23278730a8cb565aa6c0e094b912 \
                    rmd160  b9244c671def2fd2e2d85c23139275ea74bf1485

use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:pkgconfig \
	port:gettext \
	port:xorg-util-macros \
	port:intltool

depends_lib \
	port:xkbcomp

# Don't do intltool's INTLTOOL_PERL dance
use_autoreconf  yes
autoreconf.args -fvi

livecheck.type  regex
livecheck.url   http://xorg.freedesktop.org/releases/individual/data/
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
