summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 20:07:36 +0000
committerjlam <jlam>2005-05-22 20:07:36 +0000
commitef986bad494a0580a81706f510d17d2dc41de257 (patch)
treeed91fd903dcb96e6914328617419b0659c2bb9f1 /graphics
parent481961a97416fe433412063dad7a20c1808ad8cb (diff)
downloadpkgsrc-ef986bad494a0580a81706f510d17d2dc41de257.tar.gz
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Diffstat (limited to 'graphics')
-rw-r--r--graphics/3DKit/Makefile.common4
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/Ngraph/Makefile4
-rw-r--r--graphics/aqsis/Makefile4
-rw-r--r--graphics/blender/Makefile4
-rw-r--r--graphics/camlimages/Makefile4
-rw-r--r--graphics/compface/Makefile4
-rw-r--r--graphics/dia/Makefile.common4
-rw-r--r--graphics/digikam/Makefile4
-rw-r--r--graphics/digikamimageplugins/Makefile4
-rw-r--r--graphics/dvdview/Makefile4
-rw-r--r--graphics/dx/Makefile5
-rw-r--r--graphics/dxsamples/Makefile4
-rw-r--r--graphics/eog2/Makefile4
-rw-r--r--graphics/exiv2/Makefile4
-rw-r--r--graphics/freetype2/Makefile4
-rw-r--r--graphics/g3d/Makefile4
-rw-r--r--graphics/gdk-pixbuf/Makefile.common4
-rw-r--r--graphics/gfract/Makefile4
-rw-r--r--graphics/gimageview/Makefile4
-rw-r--r--graphics/gimp-docs/Makefile4
-rw-r--r--graphics/gimp-ufraw/Makefile4
-rw-r--r--graphics/gimp/Makefile4
-rw-r--r--graphics/gimp1-base/Makefile4
-rw-r--r--graphics/gimp1-wideangle/Makefile4
-rw-r--r--graphics/giram/Makefile4
-rw-r--r--graphics/gliv/Makefile4
-rw-r--r--graphics/gnome-backgrounds/Makefile4
-rw-r--r--graphics/gnome-icon-theme/Makefile4
-rw-r--r--graphics/gnome-iconedit/Makefile4
-rw-r--r--graphics/gpaint/Makefile4
-rw-r--r--graphics/gri/Makefile4
-rw-r--r--graphics/gtkglext/Makefile4
-rw-r--r--graphics/gtksee/Makefile4
-rw-r--r--graphics/gwenview/Makefile4
-rw-r--r--graphics/hermes/Makefile4
-rw-r--r--graphics/hicolor-icon-theme/Makefile4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--graphics/inkscape/Makefile4
-rw-r--r--graphics/kbarcode/Makefile4
-rw-r--r--graphics/kipi-plugins/Makefile4
-rw-r--r--graphics/kphotobook/Makefile4
-rw-r--r--graphics/kphotools/Makefile4
-rw-r--r--graphics/libgdiplus/Makefile4
-rw-r--r--graphics/libgnomecanvas/Makefile4
-rw-r--r--graphics/libgnomecanvasmm20/Makefile4
-rw-r--r--graphics/libgnomecanvasmm26/Makefile4
-rw-r--r--graphics/libkexif/Makefile4
-rw-r--r--graphics/libkipi/Makefile4
-rw-r--r--graphics/metacam/Makefile4
-rw-r--r--graphics/mgl/Makefile4
-rw-r--r--graphics/netpbm/Makefile4
-rw-r--r--graphics/openexr/Makefile4
-rw-r--r--graphics/pixieplus/Makefile4
-rw-r--r--graphics/plotutils-nox11/Makefile4
-rw-r--r--graphics/py-gdchart/Makefile4
-rw-r--r--graphics/qiv/Makefile4
-rw-r--r--graphics/resize_image/Makefile4
-rw-r--r--graphics/sane-backends/Makefile.common4
-rw-r--r--graphics/scigraphica/Makefile4
-rw-r--r--graphics/showimg/Makefile4
-rw-r--r--graphics/sodipodi/Makefile4
-rw-r--r--graphics/tuxpaint-config/Makefile4
-rw-r--r--graphics/tuxpaint/Makefile4
-rw-r--r--graphics/wmphoto/Makefile4
-rw-r--r--graphics/xbmbrowser/Makefile4
-rw-r--r--graphics/xpaint/Makefile4
-rw-r--r--graphics/xsane/Makefile4
-rw-r--r--graphics/xzgv/Makefile4
69 files changed, 138 insertions, 139 deletions
diff --git a/graphics/3DKit/Makefile.common b/graphics/3DKit/Makefile.common
index c552c62148f..2f48048ce1f 100644
--- a/graphics/3DKit/Makefile.common
+++ b/graphics/3DKit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:45:59 tv Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= 3DKit-0.3.1r2
@@ -14,6 +14,6 @@ DISTINFO_FILE?= ${.CURDIR}/../../graphics/3DKit/distinfo
DESCR_SRC?= ${.CURDIR}/../../graphics/3DKit/DESCR
NO_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
MAKEFILE= GNUmakefile
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 5f8a18a9b2f..bb3232dc30d 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2005/04/11 21:46:00 tv Exp $
+# $NetBSD: Makefile,v 1.127 2005/05/22 20:08:04 jlam Exp $
.include "Makefile.common"
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_LANGUAGES= c c++
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE= Magick++/lib/ImageMagick++.pc.in
PKGCONFIG_OVERRIDE+= magick/ImageMagick.pc.in
diff --git a/graphics/Ngraph/Makefile b/graphics/Ngraph/Makefile
index a8dbfd145ad..f49cae88380 100644
--- a/graphics/Ngraph/Makefile
+++ b/graphics/Ngraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/05/16 01:15:32 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= Ngraph-6.3.30-src
@@ -16,7 +16,7 @@ COMMENT= The 2D graph and data analysis program
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
PKGSRC_USE_TOOLS+= gtar
post-extract:
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index b967d3977b5..78cdec18de8 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:00 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= aqsis-0.6.4
@@ -13,7 +13,7 @@ COMMENT= Renderman clone
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
GCC_REQD+= 2.95.3
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 25fed3950db..13ca63d9e75 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/04/11 23:01:21 reinoud Exp $
+# $NetBSD: Makefile,v 1.42 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= blender-2.36
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= scons>=0.96:../../devel/scons
WRKSRC= ${WRKDIR}/blender
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
LDFLAGS+= -lcrypto
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile
index a8d670cf6fb..abd87b2c5f5 100644
--- a/graphics/camlimages/Makefile
+++ b/graphics/camlimages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:01 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:04 jlam Exp $
DISTNAME= camlimages-2.2.0
CATEGORIES= graphics
@@ -14,7 +14,7 @@ BUILDLINK_DEPENDS.ocaml+= ocaml>=3.0.6
WRKSRC= ${WRKDIR}/camlimages-2.2
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"
diff --git a/graphics/compface/Makefile b/graphics/compface/Makefile
index 992057410b4..a4ee2626e97 100644
--- a/graphics/compface/Makefile
+++ b/graphics/compface/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:01 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:04 jlam Exp $
DISTNAME= compface-1.5.1
CATEGORIES= graphics
@@ -10,7 +10,7 @@ COMMENT= 48x48x1 image compression and decompression (X-face utility)
CONFLICTS= faces-[0-9]*
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
SUBST_CLASSES+= perlpath
diff --git a/graphics/dia/Makefile.common b/graphics/dia/Makefile.common
index 4df1cb8d097..9334362ffe3 100644
--- a/graphics/dia/Makefile.common
+++ b/graphics/dia/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/05/21 04:10:17 jlam Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= dia-0.94
@@ -14,7 +14,7 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/dia/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/dia/patches
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index e5cdec5f0f5..9af5662c15d 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:01 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:04 jlam Exp $
DISTNAME= digikam-0.7.2
CATEGORIES= graphics kde
@@ -10,7 +10,7 @@ HOMEPAGE= http://digikam.sourceforge.net/
COMMENT= KDE frontend to gphoto2
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
diff --git a/graphics/digikamimageplugins/Makefile b/graphics/digikamimageplugins/Makefile
index a2a50c78af6..4a0acfa1ab8 100644
--- a/graphics/digikamimageplugins/Makefile
+++ b/graphics/digikamimageplugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:01 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:04 jlam Exp $
DISTNAME= digikamimageplugins-0.7.2
CATEGORIES= graphics kde
@@ -10,7 +10,7 @@ HOMEPAGE= http://digikam.sourceforge.net/
COMMENT= Plugins for Digikam's ImageEditor
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
MANCOMPRESSED= yes
diff --git a/graphics/dvdview/Makefile b/graphics/dvdview/Makefile
index f6e5c446e32..02b23609333 100644
--- a/graphics/dvdview/Makefile
+++ b/graphics/dvdview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:02 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:04 jlam Exp $
DISTNAME= dvdview-1.2.2
PKGREVISION= 2
@@ -10,7 +10,7 @@ HOMEPAGE= http://rachmaninoff.informatik.uni-mannheim.de/dvdview/
COMMENT= Software only MPEG-1/2 video decoder
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
.include "../../mk/bsd.prefs.mk"
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
index cbd823f5df5..6a4a6558e91 100644
--- a/graphics/dx/Makefile
+++ b/graphics/dx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/05/22 03:04:29 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:04 jlam Exp $
DISTNAME= dx-4.3.2
PKGREVISION= 2
@@ -10,8 +10,7 @@ HOMEPAGE= http://www.opendx.org/
COMMENT= Open Visualization Data Explorer
USE_X11BASE= yes
-USE_GNU_TOOLS+= make
-USE_TOOLS+= lex
+USE_TOOLS+= gmake lex
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-javadx
diff --git a/graphics/dxsamples/Makefile b/graphics/dxsamples/Makefile
index c05812a37ae..1e3ac8fe592 100644
--- a/graphics/dxsamples/Makefile
+++ b/graphics/dxsamples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/20 22:11:48 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:04 jlam Exp $
DISTNAME= dxsamples-4.3.2
CATEGORIES= graphics
@@ -11,7 +11,7 @@ COMMENT= Sample data for Open Visualization Data Explorer
DEPENDS+= dx-[0-9]*:../../graphics/dx
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile
index d35df2b2693..9fae5073de7 100644
--- a/graphics/eog2/Makefile
+++ b/graphics/eog2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/20 16:15:16 drochner Exp $
+# $NetBSD: Makefile,v 1.41 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= eog-2.10.0
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index e59d10347d2..0b2b408ef11 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:02 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= exiv2-0.6.1
@@ -13,6 +13,6 @@ USE_LANGUAGES= c c++
GCC_REQD= 3.3
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index ea39e30bab8..9b658e4b5d5 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/11 21:46:02 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/05/22 20:08:05 jlam Exp $
DISTNAME= freetype-2.1.9
PKGNAME= freetype2-2.1.9
@@ -19,7 +19,7 @@ COMMENT= Font rendering engine and library API
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
-USE_GNU_TOOLS+= grep make
+USE_TOOLS+= grep gmake
GNU_CONFIGURE= yes
CONFIGURE_DIRS= ${WRKSRC}/builds/unix
CONFIGURE_ARGS+= --includedir=${PREFIX}/include
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile
index 49e854f71f2..87242ee21a4 100644
--- a/graphics/g3d/Makefile
+++ b/graphics/g3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:02 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= g3d-0.0.2
@@ -13,7 +13,7 @@ COMMENT= 3D modeller with a view of 3D modelling
WRKSRC= ${WRKDIR}/g3d
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11BASE= YES
GNU_CONFIGURE= YES
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index 00045645795..a4acfc2a50b 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile.common,v 1.41 2005/05/22 20:08:05 jlam Exp $
DISTNAME= gdk-pixbuf-${VER}.0
CATEGORIES= graphics devel
@@ -12,7 +12,7 @@ VER= 0.22
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
USE_LIBTOOL= YES
diff --git a/graphics/gfract/Makefile b/graphics/gfract/Makefile
index 1373c6f379d..a424485c49d 100644
--- a/graphics/gfract/Makefile
+++ b/graphics/gfract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= gfract-0.30
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.cs.Helsinki.FI/u/salerma/gfract/
COMMENT= Gtk-based fractal program
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= gfract
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index 9940f5f5267..1bb4c0a99ba 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.37 2005/05/22 20:08:05 jlam Exp $
DISTNAME= gimageview-0.2.27
CATEGORIES= graphics
@@ -13,7 +13,7 @@ USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
CONFIGURE_ARGS+= --disable-xinetest
diff --git a/graphics/gimp-docs/Makefile b/graphics/gimp-docs/Makefile
index 100dc7af9ac..facc614f982 100644
--- a/graphics/gimp-docs/Makefile
+++ b/graphics/gimp-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/03/07 12:36:52 adam Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:05 jlam Exp $
DISTNAME= gimp-help-2-0.7
PKGNAME= gimp-docs-2.0.7
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.gimp.org/
COMMENT= Documentation package for The Gimp image manipulation software
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ARGS+= --without-gimp
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index a3dd65f8da8..71d3c1ebceb 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/13 16:49:57 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= ufraw-0.4
@@ -10,7 +10,7 @@ MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://ufraw.sourceforge.net/
COMMENT= GIMP plug-in for raw digicam import
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= build
INSTALL_TARGET= install-admin
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 47d8310a54f..692f1442671 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2005/05/13 15:34:12 drochner Exp $
+# $NetBSD: Makefile,v 1.119 2005/05/22 20:08:05 jlam Exp $
DISTNAME= gimp-2.2.7
CATEGORIES= graphics
@@ -17,7 +17,7 @@ BUILD_USES_MSGFMT= yes
CONFLICTS+= gimp<=1.2.3
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
diff --git a/graphics/gimp1-base/Makefile b/graphics/gimp1-base/Makefile
index 2c12286763a..86e195a3d62 100644
--- a/graphics/gimp1-base/Makefile
+++ b/graphics/gimp1-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= gimp-1.2.5
@@ -21,7 +21,7 @@ CONFLICTS+= gimp<=1.2.3 gimp>=2.0.0
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
.include "../../mk/bsd.prefs.mk"
diff --git a/graphics/gimp1-wideangle/Makefile b/graphics/gimp1-wideangle/Makefile
index 89b23cff06e..55292c56e54 100644
--- a/graphics/gimp1-wideangle/Makefile
+++ b/graphics/gimp1-wideangle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= wideangleFeb03
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.ozemail.com.au/~hodsond/
COMMENT= GIMP plugin for wideangle lens distortions
WRKSRC= ${WRKDIR}/wideangle
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= wideangle
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index 2dfbccce6f9..45b40535a30 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= giram-0.3.5
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
USE_PKGLOCALEDIR= YES
USE_PKGINSTALL= YES
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile
index 7459652182c..cc03f08de18 100644
--- a/graphics/gliv/Makefile
+++ b/graphics/gliv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:05 jlam Exp $
DISTNAME= gliv-1.9.1
CATEGORIES= graphics
@@ -11,7 +11,7 @@ COMMENT= OpenGL image viewer
BUILD_USES_MSGFMT= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
USE_X11= yes
GNU_CONFIGURE= yes
diff --git a/graphics/gnome-backgrounds/Makefile b/graphics/gnome-backgrounds/Makefile
index 1d82068fee4..7d795a76fbf 100644
--- a/graphics/gnome-backgrounds/Makefile
+++ b/graphics/gnome-backgrounds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/19 21:08:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= gnome-backgrounds-2.10.1
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= # empty
USE_PKGLOCALEDIR= YES
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile
index f80c0681e25..7be88adfb96 100644
--- a/graphics/gnome-icon-theme/Makefile
+++ b/graphics/gnome-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/05/18 16:22:15 jmmv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= gnome-icon-theme-2.10.1
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= build
USE_PKGLOCALEDIR= yes
diff --git a/graphics/gnome-iconedit/Makefile b/graphics/gnome-iconedit/Makefile
index 86c75bc9a17..008d1bee11b 100644
--- a/graphics/gnome-iconedit/Makefile
+++ b/graphics/gnome-iconedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/04/11 21:46:03 tv Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= gnome-iconedit-1.2.0
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES
USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= YES
post-configure:
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile
index 2464c8f9009..ce52a57c85f 100644
--- a/graphics/gpaint/Makefile
+++ b/graphics/gpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= gpaint-0.2
@@ -12,7 +12,7 @@ COMMENT= Simple, easy-to-use paint program for GNOME
USE_DIRS+= xdg-1.1
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_GNU_GETTEXT= YES
USE_X11BASE= YES
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile
index b65059236cb..9fbb5a3383f 100644
--- a/graphics/gri/Makefile
+++ b/graphics/gri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:06 jlam Exp $
DISTNAME= gri-2.12.5
PKGREVISION= 1
@@ -14,7 +14,7 @@ BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
GNU_CONFIGURE= yes
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= build
REPLACE_PERL= gri_merge gri_unpage
diff --git a/graphics/gtkglext/Makefile b/graphics/gtkglext/Makefile
index ae34d74a2f9..97e6d1938f0 100644
--- a/graphics/gtkglext/Makefile
+++ b/graphics/gtkglext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/22 20:08:06 jlam Exp $
DISTNAME= gtkglext-1.0.6
CATEGORIES= graphics
@@ -10,7 +10,7 @@ HOMEPAGE= http://gtkglext.sourceforge.net/
COMMENT= OpenGL extension to GTK
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_PERL5= build
USE_X11= yes
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index 291e0b39c1f..5c0af15277c 100644
--- a/graphics/gtksee/Makefile
+++ b/graphics/gtksee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= gtksee-0.5.6
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= YES
post-install:
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile
index 89faaf684c6..cdba5889b54 100644
--- a/graphics/gwenview/Makefile
+++ b/graphics/gwenview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= gwenview-1.2.0
@@ -10,7 +10,7 @@ MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://gwenview.sourceforge.net/
COMMENT= Image viewer for KDE whose aims are ease of use and speed
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile
index 9012c3e42e9..9327c55e04c 100644
--- a/graphics/hermes/Makefile
+++ b/graphics/hermes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/22 20:08:06 jlam Exp $
DISTNAME= Hermes-1.3.3
PKGREVISION= 1
@@ -13,6 +13,6 @@ COMMENT= Library for conversion of pixel graphics
WRKSRC= ${WRKDIR}/Hermes-1.3.3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/hicolor-icon-theme/Makefile b/graphics/hicolor-icon-theme/Makefile
index 2bea9661d0c..d815c3be957 100644
--- a/graphics/hicolor-icon-theme/Makefile
+++ b/graphics/hicolor-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= hicolor-icon-theme-0.5
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
NO_BUILD= YES
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= # empty
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 046adc4f1ed..8001e51213b 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2005/04/11 21:46:04 tv Exp $
+# $NetBSD: Makefile,v 1.93 2005/05/22 20:08:06 jlam Exp $
DISTNAME= imlib-1.9.15
PKGREVISION= 2
@@ -12,7 +12,7 @@ COMMENT= Image manipulation library for X11
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index d767ac1c7d3..138bfac6f6e 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/10 18:58:27 reed Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= inkscape-0.41
@@ -20,7 +20,7 @@ USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILDLINK_DEPENDS.boehm-gc+= boehm-gc>=6.4
.include "../../devel/boehm-gc/buildlink3.mk"
diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile
index 3243fe6c951..96c32f54c0e 100644
--- a/graphics/kbarcode/Makefile
+++ b/graphics/kbarcode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:06 jlam Exp $
DISTNAME= kbarcode-1.8.1
PKGREVISION= 2
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.kbarcode.net/
COMMENT= KDE barcode and label printing application
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile
index 498aa0c4a0d..2d403115837 100644
--- a/graphics/kipi-plugins/Makefile
+++ b/graphics/kipi-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/04 16:50:34 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:06 jlam Exp $
DISTNAME= kipi-plugins-0.1.0-beta2
PKGNAME= kipi-plugins-0.1.0beta2
@@ -14,7 +14,7 @@ DEPENDS+= dcraw-[0-9]*:../../graphics/dcraw
DEPENDS+= bash-[0-9]*:../../shells/bash2
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/graphics/kphotobook/Makefile b/graphics/kphotobook/Makefile
index 3a79968b6a7..251b7c5b356 100644
--- a/graphics/kphotobook/Makefile
+++ b/graphics/kphotobook/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= kphotobook-0.0.6
@@ -10,7 +10,7 @@ MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://kphotobook.sourceforge.net/
COMMENT= Powerful, intuitive KDE application to manage and organize your photos
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/graphics/kphotools/Makefile b/graphics/kphotools/Makefile
index 25811e9d1f2..2224711d7c9 100644
--- a/graphics/kphotools/Makefile
+++ b/graphics/kphotools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= kphotools-0.2.1
@@ -11,7 +11,7 @@ MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://kphotools.sourceforge.net/
COMMENT= KDE app which helps you creating fast online photo galleries in HTML
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/graphics/libgdiplus/Makefile b/graphics/libgdiplus/Makefile
index 44e13949e32..6d6e680ddbb 100644
--- a/graphics/libgdiplus/Makefile
+++ b/graphics/libgdiplus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= libgdiplus-1.1.5
@@ -11,7 +11,7 @@ COMMENT= Implementation of the GDI+ API
USE_X11= yes
USE_PKGLOCALEDIR= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libgdiplus.pc.in
GNU_CONFIGURE= yes
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index ee4205d82d9..32d9fa3aa87 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/04/11 21:46:06 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= libgnomecanvas-2.10.0
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
USE_LIBTOOL= yes
diff --git a/graphics/libgnomecanvasmm20/Makefile b/graphics/libgnomecanvasmm20/Makefile
index 5919f7c4e18..d477eb75472 100644
--- a/graphics/libgnomecanvasmm20/Makefile
+++ b/graphics/libgnomecanvasmm20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:06 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= libgnomecanvasmm-2.0.2
@@ -15,7 +15,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgnomecanvas/libgnomecanvasmm-2.0.pc.in
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../devel/pkgconfig/buildlink3.mk"
diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile
index c4e7b7e0009..fc714e3852a 100644
--- a/graphics/libgnomecanvasmm26/Makefile
+++ b/graphics/libgnomecanvasmm26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:06 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= libgnomecanvasmm-2.6.1
@@ -16,7 +16,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgnomecanvas/libgnomecanvasmm-2.6.pc.in
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../devel/pkgconfig/buildlink3.mk"
diff --git a/graphics/libkexif/Makefile b/graphics/libkexif/Makefile
index cc3cc9b9be6..75aa23fc11b 100644
--- a/graphics/libkexif/Makefile
+++ b/graphics/libkexif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:06 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:06 jlam Exp $
DISTNAME= libkexif-0.2.1
CATEGORIES= graphics
@@ -10,7 +10,7 @@ HOMEPAGE= http://digikam.sourceforge.net/
COMMENT= Image EXIF information library manipulation
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/graphics/libkipi/Makefile b/graphics/libkipi/Makefile
index bc3421a5edd..8c25e12171e 100644
--- a/graphics/libkipi/Makefile
+++ b/graphics/libkipi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/04 16:47:18 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:06 jlam Exp $
DISTNAME= libkipi-0.1.1
CATEGORIES= graphics
@@ -10,7 +10,7 @@ HOMEPAGE= http://extragear.kde.org/apps/kipi/
COMMENT= KDE Image Plugin Interface
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile
index e752760b9f0..180df84f3cd 100644
--- a/graphics/metacam/Makefile
+++ b/graphics/metacam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/03/10 14:27:20 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= metacam-1.2
@@ -9,7 +9,7 @@ MAINTAINER= simonb@NetBSD.org
HOMEPAGE= http://www.cheeseplant.org/~daniel/pages/metacam.html
COMMENT= Digital camera image meta-information reader
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= default
do-install:
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile
index a27e2993908..7d84eced5af 100644
--- a/graphics/mgl/Makefile
+++ b/graphics/mgl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:06 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= mgl2-alpha-020
@@ -13,7 +13,7 @@ COMMENT= Graphics library for NEC Mobilegear/PocketBSD, NetBSD/hpcmips
DEPENDS+= mglfonts>=0.1:../../fonts/mglfonts
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
MGLDOCS= im.doc mgl1.doc shlib.doc
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index a96402f33f5..b1b140fd854 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2005/04/11 21:46:06 tv Exp $
+# $NetBSD: Makefile,v 1.110 2005/05/22 20:08:06 jlam Exp $
DISTNAME= netpbm-10.26.7
CATEGORIES= graphics
@@ -11,7 +11,7 @@ COMMENT= Toolkit for conversion of images between different formats
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= lex make
+USE_TOOLS+= gmake lex
USE_PERL5= yes
INSTALL_TARGET= install-dev install-run
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 3ac7f5b346a..7e8e0d6799c 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:07 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:07 jlam Exp $
DISTNAME= OpenEXR-1.2.2
PKGNAME= openexr-1.2.2
@@ -9,7 +9,7 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.openexr.com/
COMMENT= High dynamic-range (HDR) image file format library and tools
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_X11= yes # for exrdisplay FLTK application
GNU_CONFIGURE= yes
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile
index 02addd46d14..6e0d58c288e 100644
--- a/graphics/pixieplus/Makefile
+++ b/graphics/pixieplus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:08 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= pixieplus-0.5.4
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.mosfet.org/pixie/
COMMENT= Free, fast, and feature packed image browser for KDE
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile
index b9201eca7b4..ffbb1a449ee 100644
--- a/graphics/plotutils-nox11/Makefile
+++ b/graphics/plotutils-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:08 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= plotutils-2.4.1
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
CONFIGURE_ARGS+= --without-x
OPSYSVARS+= USE_GNU_TOOLS
-USE_GNU_TOOLS.IRIX+= awk
+USE_TOOLS.IRIX+= gawk
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
index b8bb683c6e0..4924df83c0b 100644
--- a/graphics/py-gdchart/Makefile
+++ b/graphics/py-gdchart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:08 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= gdchart-py-0.6
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/
COMMENT= Python interface to GDChart
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \
GDCHART_INCLUDE=${LOCALBASE}/include \
PYTHON_INCLUDE=${LOCALBASE}/${PYINC} \
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile
index 28c28c1f0c6..5cf31dfc205 100644
--- a/graphics/qiv/Makefile
+++ b/graphics/qiv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:07 jlam Exp $
DISTNAME= qiv-2.0-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -13,7 +13,7 @@ COMMENT= Quick image viewer
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
INSTALLATION_DIRS= bin man/man1
diff --git a/graphics/resize_image/Makefile b/graphics/resize_image/Makefile
index e06265052fa..4814319387e 100644
--- a/graphics/resize_image/Makefile
+++ b/graphics/resize_image/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= resize_image-0.6
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://lab.erasme.org/resize_image/
COMMENT= Fast image resizing tool
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CFLAGS+= -DUNIX
do-install:
diff --git a/graphics/sane-backends/Makefile.common b/graphics/sane-backends/Makefile.common
index d5871d68327..1487fd1387f 100644
--- a/graphics/sane-backends/Makefile.common
+++ b/graphics/sane-backends/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/05/22 20:08:07 jlam Exp $
CATEGORIES?= graphics
MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/${DISTNAME}/ \
@@ -21,7 +21,7 @@ PLIST_SUBST+= SANE_VERSION=${SANE_VERSION}
CONFLICTS+= sane<=1.0.3
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
CONFIGURE_ENV+= ac_cv_path_LATEX="no"
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile
index e3746a99ab4..62653efc092 100644
--- a/graphics/scigraphica/Makefile
+++ b/graphics/scigraphica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.30 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= scigraphica-0.8.0
@@ -12,7 +12,7 @@ COMMENT= Data analysis and technical graphics
USE_DIRS+= gnome1-1.5
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_GNU_READLINE= YES
GNU_CONFIGURE= YES
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile
index 8012c77b4a1..70c7d85fe55 100644
--- a/graphics/showimg/Makefile
+++ b/graphics/showimg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/04 17:00:06 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= showimg-0.9.4-1
@@ -11,7 +11,7 @@ MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://www.jalix.org/projects/showimg/
COMMENT= Feature-rich image viewer for KDE including an image management system
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGE= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index cc1e7d3277c..e7f9a6d0842 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.29 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= sodipodi-0.34
@@ -13,7 +13,7 @@ COMMENT= Open source vector graphics drawing program using SVG as native format
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_X11= YES
diff --git a/graphics/tuxpaint-config/Makefile b/graphics/tuxpaint-config/Makefile
index d0d26cf1d03..5525aa62e2b 100644
--- a/graphics/tuxpaint-config/Makefile
+++ b/graphics/tuxpaint-config/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= tuxpaint-config-0.0.5
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/config/
COMMENT= Configuration program for tuxpaint
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
post-install:
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile
index 29cd3c60272..48feae0b918 100644
--- a/graphics/tuxpaint/Makefile
+++ b/graphics/tuxpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= tuxpaint-0.9.14
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/
COMMENT= Drawing program for small children
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
MANCOMPRESSED= YES
diff --git a/graphics/wmphoto/Makefile b/graphics/wmphoto/Makefile
index 44ad4aec9e9..d7a6f85c2a6 100644
--- a/graphics/wmphoto/Makefile
+++ b/graphics/wmphoto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:07 jlam Exp $
#
DISTNAME= wmphoto-0.3a
@@ -11,7 +11,7 @@ COMMENT= Dock-app that can show you a photo
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/wmphoto
USE_X11BASE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}
post-install:
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile
index 7eb8c04916a..f575437e403 100644
--- a/graphics/xbmbrowser/Makefile
+++ b/graphics/xbmbrowser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/22 20:08:07 jlam Exp $
DISTNAME= xbmbrowser5.1
PKGNAME= xbmbrowser-5.1
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= View complete directories of X bitmaps and X pixmaps
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_IMAKE= YES
.include "../../graphics/xpm/buildlink3.mk"
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index c90d531200d..39f513b76b5 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.49 2005/05/22 20:08:07 jlam Exp $
DISTNAME= xpaint-2.7.6
CATEGORIES= graphics x11
@@ -10,7 +10,7 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://sf-xpaint.sourceforge.net/
COMMENT= Simple paint program
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_IMAKE= yes
BUILD_TARGET= xaw95
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 5da8f3b4fda..2ef2620c31d 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.51 2005/05/22 20:08:08 jlam Exp $
DISTNAME= xsane-0.96
PKGREVISION= 1
@@ -19,7 +19,7 @@ COMMENT= New improved frontend for SANE
BUILD_USES_MSGFMT= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= YES
USE_X11= YES
GNU_CONFIGURE= YES
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index 5b29d416b8c..db84dc9dc05 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile,v 1.27 2005/05/22 20:08:08 jlam Exp $
DISTNAME= xzgv-0.8
PKGNAME= xzgv-0.8.0.1
@@ -17,7 +17,7 @@ USE_MAKEINFO= YES
INFO_FILES= xzgv
USE_X11BASE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xzgv ${PREFIX}/bin