openbsd-ports/devel/gsettings-desktop-schemas/Makefile
2013-04-16 13:17:00 +00:00

29 lines
515 B
Makefile

# $OpenBSD: Makefile,v 1.38 2013/04/16 13:17:01 ajacoutot Exp $
COMMENT= collection of shared GSettings schemas
GNOME_PROJECT= gsettings-desktop-schemas
GNOME_VERSION= 3.8.0
CATEGORIES= devel
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MODULES= devel/dconf \
x11/gnome
BUILD_DEPENDS= devel/gettext
MODGNOME_TOOLS= gi
CONFIGURE_STYLE=gnu
post-install:
${INSTALL_DATA} ${FILESDIR}/*.gschema.override \
${PREFIX}/share/glib-2.0/schemas
.include <bsd.port.mk>