1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/showmethekey/Makefile
2024-05-07 14:50:14 +02:00

29 lines
748 B
Makefile

PORTNAME= showmethekey
DISTVERSIONPREFIX= v
DISTVERSION= 1.13.1
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Show keys you typed on screen
WWW= https://showmethekey.alynx.one/
LICENSE= APACHE20
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= ${PKEXEC}
USES= compiler:c11 gettext-tools gnome meson pkgconfig
USE_GITHUB= yes
USE_GNOME= cairo gtk40 libadwaita
GH_ACCOUNT= AlynxZhou
PKEXEC?= pkexec:sysutils/polkit
MESON_ARGS= -Dpkexec_path="${PKEXEC:C/\:.*//}"
GLIB_SCHEMAS= one.alynx.showmethekey.gschema.xml
.include <bsd.port.mk>