pkgsrc/devel/GConf2/Makefile.common

36 lines
935 B
Makefile
Raw Normal View History

# $NetBSD: Makefile.common,v 1.16 2004/02/14 18:26:27 jmmv Exp $
#
DISTNAME= GConf-2.4.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.4/}
EXTRACT_SUFX= .tar.bz2
2003-07-17 23:21:03 +02:00
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://advogato.org/proj/GConf/
2003-12-09 01:54:29 +01:00
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
2004-02-11 01:48:07 +01:00
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-html-dir=${PREFIX}/share/doc/html
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
.include "../../devel/pkgconfig/buildlink3.mk"