summaryrefslogtreecommitdiff
path: root/x11/tecla/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tecla/Makefile')
-rw-r--r--x11/tecla/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/tecla/Makefile b/x11/tecla/Makefile
new file mode 100644
index 000000000000..a28065312212
--- /dev/null
+++ b/x11/tecla/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= tecla
+PORTVERSION= 47.0
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Keyboard layout viewer for the GNOME desktop
+WWW= https://gitlab.gnome.org/GNOME/tecla
+
+LICENSE= GPLv2+
+
+LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
+ libwayland-client.so:graphics/wayland
+
+USES= gettext gnome meson pkgconfig tar:xz
+USE_GNOME= glib20 gtk40 libadwaita
+
+.include <bsd.port.mk>