pkgsrc/x11/keybinder3/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00

25 lines
758 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/08/11 05:09:28 gutteridge Exp $
DISTNAME= keybinder-3.0-0.3.2
PKGNAME= keybinder3-0.3.2
PKGREVISION= 8
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"