blob: d4f43d672bf8a7f571f0956c53e35ea0def76d5c (
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
|
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>
|