[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / keybinder3

File: [cvs.NetBSD.org] / pkgsrc / x11 / keybinder3 / Makefile (download)

Revision 1.11, Sun Jan 29 21:15:09 2023 UTC (3 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.10: +2 -2 lines

*: Recursive revbup from graphics/freetype2

# $NetBSD: Makefile,v 1.11 2023/01/29 21:15:09 ryoon Exp $

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