28 lines
489 B
Makefile
28 lines
489 B
Makefile
PKG_ARCH= *
|
|
|
|
COMMENT= collection of extensions for GNOME Shell
|
|
|
|
GNOME_PROJECT= gnome-shell-extensions
|
|
GNOME_VERSION= 45.2
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= devel/dconf \
|
|
devel/meson \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS += desktop-file-utils
|
|
|
|
BUILD_DEPENDS= devel/libgtop2
|
|
|
|
RUN_DEPENDS= devel/libgtop2 \
|
|
x11/gnome/shell
|
|
|
|
# extensions/apps-menu/extension.js
|
|
RUN_DEPENDS += x11/gnome/menus
|
|
|
|
CONFIGURE_ARGS= -Dextension_set=all \
|
|
-Dclassic_mode=true
|
|
|
|
.include <bsd.port.mk>
|