diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-16 19:47:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-16 19:47:07 +0000 |
commit | 7c71817524cd72c3289c10f9721586c501f38d6a (patch) | |
tree | a619fcc851e65469af44b3ec5b2df61301c4adfb /devel/dconf/Makefile | |
parent | d1587a486d44a19d2e835c9e63049dfe223255d8 (diff) | |
download | pkgsrc-7c71817524cd72c3289c10f9721586c501f38d6a.tar.gz |
add dconf-0.5.1, a backend for the "gsettings" part of GConf which
is needed to store data persistently
(The code is still crappy, but it will be needed by some gnome>=2.32
applications which switched to "gsettings".)
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile new file mode 100644 index 00000000000..de154c75cb1 --- /dev/null +++ b/devel/dconf/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/11/16 19:47:07 drochner Exp $ +# + +DISTNAME= dconf-0.5.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/0.5/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://live.gnome.org/dconf +COMMENT= Backend for gsettings +#LICENSE= # TODO: (see mk/license.mk) + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-editor +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= client/dconf.pc.in + +.include "../../devel/glib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |