mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
22 lines
472 B
Makefile
22 lines
472 B
Makefile
PORTNAME= wlr-which-key
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11 wayland
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Keymap manager for wlroots-based compositors
|
|
WWW= https://github.com/MaxVerevkin/wlr-which-key
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= cargo gnome
|
|
USE_GITHUB= yes
|
|
USE_GNOME= cairo pango
|
|
GH_ACCOUNT= MaxVerevkin
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|