# $Id: Portfile 91053 2012-03-23 08:02:19Z jeremyhu@macports.org $

PortSystem          1.0

name                setxkbmap
version             1.3.0
categories          x11
maintainers         jeremyhu openmaintainer
description         Set the keyboard using the X11 keyboard extension
long_description \
   The setxkbmap command maps the keyboard to use the layout determined by \
   the options specified on the command line.

platforms           darwin

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

checksums           sha1    d10885d6215b06789961c67557df46406f99c2b7 \
                    rmd160  e77e139f96b7135b062ea9a86ee179b9e0788774 \
                    sha256  3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6

depends_build       port:pkgconfig

depends_lib         port:xorg-libxkbfile

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
