1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/x11-themes/zuki-themes/Makefile
Jan Beich 53b4ed309e x11-themes/zuki-themes: add new port
Simple gray themes for GTK-based desktops.

Features:
- gnome-shell is the theme for GNOME Shell. This themes stuff like the
  calendar widget, the panel, the dock and more.
- gtk-2.0 contains the GTK+2 theme, styling applications that doesn't
  use GTK+3 yet.
- gtk-3.0 contains the GTK+3 theme, styling most modern GTK+ applications.
- xfwm4 contains the theme that styles the xfwm4 window manager for XFCE4.

https://github.com/lassekongo83/zuki-themes
2021-09-06 06:16:32 +00:00

20 lines
378 B
Makefile

PORTNAME= zuki-themes
DISTVERSIONPREFIX= v
DISTVERSION= 3.38-1
CATEGORIES= x11-themes
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Simple gray themes for GTK-based desktops
LICENSE= GPLv3
BUILD_DEPENDS= sassc:textproc/sassc
RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine
USES= meson
USE_GITHUB= yes
GH_ACCOUNT= lassekongo83
NO_ARCH= yes
.include <bsd.port.mk>