3fce990257
The Keybinder package contains a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. The library contains: - A C library, libkeybinder - Python bindings, python-keybinder - An examples directory with programs in C, Lua, Python and Vala. There are: Python (py-keybinder) and Lua (lua-keybinder) bindings. Approved by <riastradh> Nobody complains to import it since 2015-04-08 http://mail-index.netbsd.org/tech-pkg/2015/04/07/msg014589.html Originally packaged in pkgsrc-wip by myself.
16 lines
409 B
Makefile
16 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/11 11:13:28 kamil Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Library for registering keyboard shortcuts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFIGURE_ARGS+= --disable-lua
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|