24 lines
427 B
Makefile
24 lines
427 B
Makefile
|
COMMENT= collection of shared GSettings schemas
|
||
|
|
||
|
GNOME_PROJECT= gsettings-desktop-schemas
|
||
|
GNOME_VERSION= 44.0
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||
|
|
||
|
# GPLv2
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= devel/dconf \
|
||
|
devel/meson \
|
||
|
x11/gnome
|
||
|
|
||
|
MODGNOME_TOOLS= gobject-introspection
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_DATA} ${FILESDIR}/*.gschema.override \
|
||
|
${PREFIX}/share/glib-2.0/schemas
|
||
|
|
||
|
.include <bsd.port.mk>
|