# $Id: Portfile 80076 2011-07-03 23:46:28Z jmr@macports.org $

PortSystem          1.0

name                xmodmap
version             1.0.5
categories          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           md5     b18850d373f3717dca569377c449d091 \
                    sha1    c97fb42f40b094868f6ef445f25c600f326b1942 \
                    rmd160  af2c2ed9e36b82d058776a116d62371506d07dd7

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
