summaryrefslogtreecommitdiff
path: root/x11/keybinder/Makefile.common
blob: 145bedb9c612a6e83c3aeaaa4f658a02f661d623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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