diff options
author | jmmv <jmmv> | 2003-02-05 22:06:45 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-05 22:06:45 +0000 |
commit | 0c4fa0ad9e427f49742670b3fe174571d59094c6 (patch) | |
tree | f7c161fb481f9530690c4178987f1d7e08b735f5 /devel/GConf2/Makefile.common | |
parent | bc9f384516d0d852da6c3b39d9b9e2b8b8063ce9 (diff) | |
download | pkgsrc-0c4fa0ad9e427f49742670b3fe174571d59094c6.tar.gz |
Modify the package for the shortcoming GConf2-ui (which will use the
new Makefile.common). Reviewed by wiz.
Diffstat (limited to 'devel/GConf2/Makefile.common')
-rw-r--r-- | devel/GConf2/Makefile.common | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common new file mode 100644 index 00000000000..a1c67ae303f --- /dev/null +++ b/devel/GConf2/Makefile.common @@ -0,0 +1,31 @@ +# $NetBSD: Makefile.common,v 1.1 2003/02/05 22:06:45 jmmv Exp $ +# + +DISTNAME= GConf-1.2.1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.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 +PKGDIR= ${.CURDIR}/../GConf2 +PLIST_SRC= ${.CURDIR}/PLIST + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +USE_PERL5= build + +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --enable-gtk-doc=no |