# $Id: Portfile 92233 2012-04-22 08:48:35Z jeremyhu@macports.org $

PortSystem          1.0

name                xmodmap
version             1.0.7
categories          x11
license             X11
maintainers         jeremyhu openmaintainer
description         Modify keymaps and pointer button mappings in X11
long_description \
   The xmodmap program is used to edit and display the keyboard modifier \
   map and keymap table that are used by client applications to convert \
   event keycodes into keysyms.

platforms           darwin

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

checksums           sha1    9f9c6b7bd058c09a8e15b1c4f4eccb972e51ffef \
                    rmd160  964413b9100a94406194e6ea424430056f31d8bd \
                    sha256  ef22ede9c4a3c720da539292c6911515a8408e618e0dec6aa2196ee2153de4b5

depends_build       port:pkgconfig

depends_lib         port:xorg-libX11

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