openbsd-ports/devel/gsettings-desktop-schemas/Makefile

31 lines
590 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2011/09/26 09:44:08 ajacoutot Exp $
COMMENT= collection of shared GSettings schemas
GNOME_PROJECT= gsettings-desktop-schemas
GNOME_VERSION= 3.2.0
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
2011-03-25 05:13:43 -04:00
MODULES= x11/gnome \
devel/dconf
2011-03-25 05:13:43 -04:00
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>