summaryrefslogtreecommitdiff
path: root/devel/libglade2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-05 11:54:44 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-05 11:54:44 +0000
commitbcce045cf9469399fe4a3468f991983ce12e1a4a (patch)
tree152783ac84be13286ed927e70a54227835dff27d /devel/libglade2/Makefile
parent9df9eba86a796c65c2c33e388cde3440f049e0b6 (diff)
downloadpkgsrc-bcce045cf9469399fe4a3468f991983ce12e1a4a.tar.gz
Bump PKGREVISION to 3; changes:
- Fix PKGNAME to use variable modifiers. - Depend on python, which is required to create a script. - Disable gtk-doc detection (not required). - Install documentation in share/doc/html, instead of share/gtk-doc/html.
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r--devel/libglade2/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 0b762078f94..d8a7f588d64 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/01/03 15:26:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/01/05 11:54:44 jmmv Exp $
#
DISTNAME= libglade-2.0.1
-PKGNAME= libglade2-2.0.1
-PKGREVISION= 2
+PKGNAME= ${DISTNAME:S/libglade/libglade2/}
+PKGREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.0/}
@@ -19,6 +19,10 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIGURE_ENV+= jh_cv_path_python="${PYTHONBIN}"
+CONFIGURE_ARGS+= --enable-gtk-doc=no
+
+.include "../../lang/python/application.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"