34 lines
927 B
Text
34 lines
927 B
Text
# $NetBSD: Makefile.common,v 1.6 2003/07/17 21:29:16 grant Exp $
|
|
#
|
|
|
|
DISTNAME= GConf-2.2.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://advogato.org/proj/GConf/
|
|
COMMENT= configuration database system used by GNOME (v2)
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../GConf2/distinfo
|
|
FILESDIR= ${.CURDIR}/../GConf2/files
|
|
PATCHDIR= ${.CURDIR}/../GConf2/patches
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5= build
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf-2.0.pc.in
|
|
|
|
PKG_SYSCONFSUBDIR= gconf
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
|