572bfebf0c
upstream)
35 lines
628 B
Makefile
35 lines
628 B
Makefile
# $OpenBSD: Makefile,v 1.22 2011/09/21 13:25:56 ajacoutot Exp $
|
|
|
|
COMMENT= collection of shared GSettings schemas
|
|
|
|
GNOME_PROJECT= gsettings-desktop-schemas
|
|
GNOME_VERSION= 3.0.1
|
|
|
|
REVISION= 4
|
|
|
|
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
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
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>
|