22f1fd9899
* Don't migrate background-related keys * Don't migrate custom GTK+ color schemes and various GTK+ tweaks keys
31 lines
590 B
Makefile
31 lines
590 B
Makefile
# $OpenBSD: Makefile,v 1.16 2011/04/27 05:26:40 ajacoutot Exp $
|
|
|
|
COMMENT= collection of shared GSettings schemas
|
|
|
|
GNOME_PROJECT= gsettings-desktop-schemas
|
|
GNOME_VERSION= 3.0.1
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome \
|
|
devel/dconf
|
|
|
|
BUILD_DEPENDS= devel/gettext
|
|
|
|
# don't inherit USE_LIBTOOL from the gnome MODULE
|
|
USE_LIBTOOL= No
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
FAKE_FLAGS= pkgconfigdir=${PREFIX}/lib/pkgconfig
|
|
|
|
.include <bsd.port.mk>
|