summaryrefslogtreecommitdiff
path: root/x11/keybinder3/Makefile
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2018-06-12 00:18:31 +0000
committeryouri <youri@pkgsrc.org>2018-06-12 00:18:31 +0000
commit28c71e5ac2ff24d586067359d7b7db91dd7e60ff (patch)
tree764574949c8c04d6c8bf395237d47a16a1f085a7 /x11/keybinder3/Makefile
parentd335629f745e0ce36fa395af16c938b5e55e6d29 (diff)
downloadpkgsrc-28c71e5ac2ff24d586067359d7b7db91dd7e60ff.tar.gz
x11/keybinder3: import keybinder3-0.3.2
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.
Diffstat (limited to 'x11/keybinder3/Makefile')
-rw-r--r--x11/keybinder3/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/keybinder3/Makefile b/x11/keybinder3/Makefile
new file mode 100644
index 00000000000..75d9fa959a8
--- /dev/null
+++ b/x11/keybinder3/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/06/12 00:18:31 youri Exp $
+
+DISTNAME= keybinder-3.0-0.3.2
+PKGNAME= keybinder3-0.3.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/}
+
+MAINTAINER= youri@NetBSD.org
+HOMEPAGE= https://github.com/engla/keybinder
+COMMENT= Library for registering keyboard shortcuts
+LICENSE= gnu-gpl-v2
+
+PKGCONFIG_OVERRIDE+= libkeybinder/keybinder-3.0.pc.in
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake autoconf automake msgfmt autoreconf
+
+CONFIGURE_ARGS+= --disable-static
+CONFIGURE_ARGS+= --disable-gtk-doc
+
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"