freebsd-ports/x11/keybinder-gtk3/Makefile

27 lines
674 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= keybinder
2017-03-06 17:39:52 +01:00
PORTVERSION= 0.3.2
DISTVERSIONPREFIX= keybinder-3.0-v
CATEGORIES= x11
2017-03-06 17:39:52 +01:00
MASTER_SITES= https://github.com/kupferlauncher/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
PKGNAMESUFFIX= -gtk3
2017-03-06 17:39:52 +01:00
DISTNAME= ${DISTVERSIONPREFIX:S/-v//}-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for registering keyboard shortcuts
2015-11-06 16:59:07 +01:00
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
2017-03-06 17:39:52 +01:00
USES= gettext-runtime gmake libtool pathfix pkgconfig
USE_GNOME= gtk30 introspection:build cairo gdkpixbuf2
USE_XORG= x11 xext xrender
GNU_CONFIGURE= yes
2015-11-06 16:59:07 +01:00
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_SUB= VERSION="3.0"
.include <bsd.port.mk>