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.
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# $NetBSD: Makefile.common,v 1.1 2015/07/11 11:13:28 kamil Exp $
|
|
#
|
|
# used by x11/py-keybinder/Makefile
|
|
# used by x11/lua-keybinder/Makefile
|
|
|
|
DISTNAME= keybinder-0.3.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
|
|
|
|
HOMEPAGE= https://github.com/engla/keybinder
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/keybinder/distinfo
|
|
|
|
PKGCONFIG_OVERRIDE+= libkeybinder/keybinder.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
CONFIGURE_ARGS+= --disable-static
|
|
# Don't rebuild the documentation
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|