mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
26 lines
477 B
Makefile
26 lines
477 B
Makefile
COMMENT= D-Bus exploration tool
|
|
|
|
GNOME_VERSION= 1.10.0
|
|
GNOME_PROJECT= d-spy
|
|
|
|
SHARED_LIBS += dspy-1 0.0 # 1.0.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://apps.gnome.org/en/Dspy/
|
|
|
|
# GPLv3 - LGPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += adwaita-1 c gio-2.0 glib-2.0 gobject-2.0 gtk-4 intl
|
|
|
|
MODULES= devel/dconf \
|
|
devel/meson \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache
|
|
|
|
LIB_DEPENDS= x11/gnome/libadwaita
|
|
|
|
.include <bsd.port.mk>
|