# $Id: Portfile 145322 2016-02-01 01:14:20Z jeremyhu@macports.org $ PortSystem 1.0 name xkbcomp version 1.3.1 categories x11 license 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 xorg:individual/app/ use_bzip2 yes checksums sha1 0295b57a4c4087b7a4d8d0ce6764039c24efb98c \ rmd160 6b78b2ca6f6f676032d10982f38bcbb91265484d \ sha256 0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d depends_build port:pkgconfig depends_lib port:xorg-libxkbfile configure.args --disable-silent-rules # http://trac.macports.org/ticket/50198 if {[string match *clang* ${configure.cc}]} { configure.cflags-append -Wno-string-compare } livecheck.type regex livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} livecheck.url http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D