diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-07 17:23:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-07 17:23:58 +0000 |
commit | 421fab12cfbee86f80ccaf82858fa03f05567dab (patch) | |
tree | 462e3b8f10b8f5e9f760e866fe76ff8ed125a846 /x11/xkbcomp/Makefile | |
parent | 37a91d42c9cc81ac9ad9a279383074f79dddbc25 (diff) | |
download | pkgsrc-421fab12cfbee86f80ccaf82858fa03f05567dab.tar.gz |
Import xkbcomp-1.0.2:
The xkbcomp tool converts descriptions of an XKB keymap into other
formats, most importantly the compiled keymaps used by XKB-capable
X servers.
Diffstat (limited to 'x11/xkbcomp/Makefile')
-rw-r--r-- | x11/xkbcomp/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile new file mode 100644 index 00000000000..a4df2cbe3f8 --- /dev/null +++ b/x11/xkbcomp/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:23:58 joerg Exp $ +# + +DISTNAME= xkbcomp-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= XKBD keymap compiler + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libxkbfile/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |