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

33 lines
603 B
Makefile
Raw Normal View History

2011-05-31 06:48:21 -04:00
# $OpenBSD: Makefile,v 1.19 2011/05/31 10:48:21 ajacoutot Exp $
COMMENT= collection of shared GSettings schemas
GNOME_PROJECT= gsettings-desktop-schemas
GNOME_VERSION= 3.0.1
2011-03-25 05:13:43 -04:00
2011-05-31 06:48:21 -04:00
REVISION= 2
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>