mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
27 lines
685 B
Makefile
27 lines
685 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 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>
|