30 lines
464 B
Makefile
30 lines
464 B
Makefile
COMMENT= Ubuntu GNOME theme
|
|
|
|
GH_TAGNAME= 22.04.1
|
|
GH_ACCOUNT= ubuntu
|
|
GH_PROJECT= yaru
|
|
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv3, CC-SA-4.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= devel/dconf \
|
|
devel/meson
|
|
|
|
BUILD_DEPENDS= shells/bash \
|
|
www/sassc
|
|
|
|
RUN_DEPENDS= x11/gtk+3,-guic
|
|
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_ARGS= -Dgnome-shell-gresource=true
|
|
|
|
post-install:
|
|
rm -r ${PREFIX}/share/gnome-shell/extensions/
|
|
|
|
.include <bsd.port.mk>
|