# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xkbcomp
version             1.1.1
categories          x11
maintainers         jeremyhu 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     38c387bacdc01038c8ac280588792bcf \
                    sha1    aeb733c495d7afd42136bf8ae5c6e792c63f0b4b \
                    rmd160  6fcf2d4838ed8b006511d4cd7fcdcbac61c0cdbf

depends_build       port:pkgconfig

depends_lib         port:xorg-libxkbfile

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

