summaryrefslogtreecommitdiff
path: root/x11/gnome--/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-03-24 21:23:57 +0000
committerrh <rh@pkgsrc.org>2002-03-24 21:23:57 +0000
commit91dbd02c564e1d1b907e395b729e66e5f2a198d0 (patch)
tree6e81065af6a46ec9efc709005867d39fafc603ef /x11/gnome--/Makefile
parenta5b764a391c22f0475381bb3d45a7117f01d3c6e (diff)
downloadpkgsrc-91dbd02c564e1d1b907e395b729e66e5f2a198d0.tar.gz
Buildlinkify gnome-- by applying the patches provided by Eric Gillespie,
Jr., in PR pkg/14205.
Diffstat (limited to 'x11/gnome--/Makefile')
-rw-r--r--x11/gnome--/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/x11/gnome--/Makefile b/x11/gnome--/Makefile
index 776b7e60bbb..469bab4af35 100644
--- a/x11/gnome--/Makefile
+++ b/x11/gnome--/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:55 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2002/03/24 21:23:57 rh Exp $
#
DISTNAME= gnomemm-1.1.19
-PKGNAME= gnome---1.1.19
+PKGNAME= ${DISTNAME:S/mm/--/}
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://prdownloads.sourceforge.net/gtkmm/
@@ -11,16 +11,15 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gtkmm.sourceforge.net/
COMMENT= C++ binding for the GNOME libraries
-DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs
-DEPENDS+= libsigc++>=1.0.1:../../devel/libsigc++
-DEPENDS+= gtk-->=1.2.5:../../x11/gtk--
BUILD_DEPENDS+= perl-*:../../lang/perl5
GNU_CONFIGURE= YES
USE_GMAKE= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig/scripts
USE_X11BASE= yes
+USE_BUILDLINK_ONLY= YES
+REPLACE_BUILDLINK= gnomemmConf.sh
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig/scripts
EVAL_PREFIX+= PERLBASE=perl
@@ -28,4 +27,8 @@ post-patch:
(cd ${WRKSRC}/docgen && ${CP} pce2 pce2.tmp && \
${SED} "s|XXXPERLBASEXXX|${PERLBASE}|" <pce2.tmp >pce2)
+.include "../../devel/libsigc++/buildlink.mk"
+.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../x11/gtk--/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"