# $Id: Portfile 53581 2009-07-09 04:42:08Z jeremyhu@macports.org $

PortSystem          1.0
name                xkbcomp
version             1.1.0
categories          x11
maintainers         blb openmaintainer
description         Compile XKB keyboard description
long_description \
   The xkbcomp keymap compiler converts a description of an XKB keymap into \
   one of several output formats.  The most common use for xkbcomp is to \
   create a compiled keymap file (.xkm extension) which can be read directly \
   by XKB-capable X servers or utilities.  The keymap compiler can also \
   produce C header files or XKB source files.

platforms           darwin

homepage            http://www.x.org/
master_sites        http://xorg.freedesktop.org/archive/individual/app
use_bzip2           yes

checksums           md5     362380be3b3bed56c9ce45622eafc2c9 \
                    sha1    78d710d64e64df1894dd2b49ff9b0113b3af4746 \
                    rmd160  eed82db28ffb36ebef91d3b79b966349037ba51d

depends_build       port:pkgconfig

depends_lib         port:xorg-libxkbfile

livecheck.check     regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

