summaryrefslogtreecommitdiff
path: root/x11/keybinder3/Makefile
blob: 7df64172c7e4763a65ce5369293e9b1af3abdce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.5 2020/03/08 16:48:24 wiz Exp $

DISTNAME=	keybinder-3.0-0.3.2
PKGNAME=	keybinder3-0.3.2
PKGREVISION=	4
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"