freebsd-ports/x11/keybinder-gtk3/Makefile
Olivier Duchateau a5c0636e06 Update to 0.3.2
2017-03-06 16:39:52 +00:00

26 lines
674 B
Makefile

# $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 libtool pathfix pkgconfig
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>