pkgsrc/sysutils/gsettings-desktop-schemas/Makefile
drochner fd876c698f pull in glib2/schemas.mk for schema handling. This doesn't make much
of a difference, the pkg seems not to compile schemas when
installing into the DESTDIR, so this is more for consistency.
2012-08-23 17:36:43 +00:00

25 lines
691 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/08/23 17:36:43 drochner Exp $
#
DISTNAME= gsettings-desktop-schemas-3.4.2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gsettings-desktop-schemas/3.4/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Collection of GSettings schemas for the GNOME desktop
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
# Necessary because of configure test
USE_LANGUAGES= c
PKGCONFIG_OVERRIDE+= gsettings-desktop-schemas.pc.in
.include "../../devel/glib2/schemas.mk"
.include "../../mk/bsd.pkg.mk"