pkgsrc/devel/GConf2/Makefile.common
jmmv eb3a685196 Update GConf2 and GConf2-ui to 2.8.1:
Fixes
  - If the toplevel directory of a source isn't writable, then mark the
    whole source as readonly (Mark)
  - Plug various leaks (Kjartan)

 Translators
  - Christophe Merlet (RedFox) (fr)
  - Alessio Frusciante (it)
  - Žygimantas Beručka (lt)
  - Li-Jen Hsin (zh_TW)
2004-10-26 20:57:53 +00:00

39 lines
1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.25 2004/10/26 20:57:53 jmmv Exp $
#
DISTNAME= GConf-2.8.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/gconf/
COMMENT= Configuration database system used by GNOME (v2)
# not ready yet. .schemas are installed in the depot.
#PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_USES_MSGFMT= yes
DISTINFO_FILE= ${.CURDIR}/../GConf2/distinfo
FILESDIR= ${.CURDIR}/../GConf2/files
PATCHDIR= ${.CURDIR}/../GConf2/patches
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GNU_TOOLS+= make
USE_PERL5= build
PKGCONFIG_OVERRIDE= gconf-2.0.pc.in
PKG_SYSCONFSUBDIR= gconf
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-sysconfsubdir=
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
.include "../../devel/pkgconfig/buildlink3.mk"