aboutsummaryrefslogtreecommitdiffstats
path: root/x11/keybinder-gtk3/Makefile
blob: dc232cb2b15f9999d5c2ffeec9cf24920136d02e (plain) (blame)
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
26
# $FreeBSD$

PORTNAME=   keybinder
PORTVERSION=    0.3.2
DISTVERSIONPREFIX=  keybinder-3.0-v
CATEGORIES= x11
MASTER_SITES=   https://github.com/kupferlauncher/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
PKGNAMESUFFIX=  -gtk3
DISTNAME=   ${DISTVERSIONPREFIX:S/-v//}-${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Library for registering keyboard shortcuts

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       gettext-runtime gmake gnome libtool pathfix pkgconfig xorg
USE_GNOME=  gtk30 introspection:build cairo gdkpixbuf2
USE_XORG=   x11 xext xrender
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes

PLIST_SUB=  VERSION="3.0"

.include <bsd.port.mk>