mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
96e06cdcf6
Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. WWW: https://github.com/engla/keybinder
25 lines
510 B
Makefile
25 lines
510 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= keybinder
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= GENTOO/distfiles
|
|
PKGNAMESUFFIX= -gtk3
|
|
DISTNAME= ${PORTNAME}-3.0-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for registering keyboard shortcuts
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir
|
|
USES= gmake libtool pathfix pkgconfig
|
|
USE_GNOME= gtk30 introspection:build
|
|
USE_XORG= x11 xext xrender
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB+= VERSION="3.0"
|
|
|
|
.include <bsd.port.mk>
|