openbsd-ports/devel/gsettings-desktop-schemas/Makefile
2012-09-27 08:35:45 +00:00

31 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.31 2012/09/27 08:35:45 ajacoutot Exp $
COMMENT= collection of shared GSettings schemas
GNOME_PROJECT= gsettings-desktop-schemas
GNOME_VERSION= 3.6.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
MODULES= x11/gnome \
devel/dconf
BUILD_DEPENDS= devel/gettext
MODGNOME_TOOLS= goi
# don't inherit USE_LIBTOOL from the gnome MODULE
USE_LIBTOOL= No
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>