From e711ee946c5eaf97e92e8c09b0f571f9386f725b Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- graphics/GMT/Makefile | 4 ++-- graphics/Mesa/Makefile.common | 12 ++++++------ graphics/OpenRM/Makefile | 4 ++-- graphics/aalib-x11/Makefile | 6 +++--- graphics/camlimages/Makefile | 4 ++-- graphics/freetype-lib/Makefile | 4 ++-- graphics/freetype-utils/Makefile | 4 ++-- graphics/gfract/Makefile | 4 ++-- graphics/gif320/Makefile | 4 ++-- graphics/gimp1-wideangle/Makefile | 4 ++-- graphics/ljpeg/Makefile | 4 ++-- graphics/metacam/Makefile | 4 ++-- graphics/ploticus/Makefile | 4 ++-- graphics/pstoedit/Makefile | 4 ++-- graphics/py-gd/Makefile | 4 ++-- graphics/rayshade/Makefile | 4 ++-- graphics/tcm/Makefile | 4 ++-- graphics/urt/Makefile | 4 ++-- graphics/vid/Makefile | 4 ++-- graphics/vtk-python/Makefile | 6 +++--- graphics/xpaint/Makefile | 4 ++-- 21 files changed, 48 insertions(+), 48 deletions(-) (limited to 'graphics') diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 62e67e6bb74..0be599a7228 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/10/03 00:14:47 tv Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/03 15:14:58 wiz Exp $ DISTNAME= GMT3.4 PKGNAME= GMT-3.4 @@ -36,7 +36,7 @@ CONFIGURE_ARGS+=--enable-eps CONFIGURE_ARGS+=--enable-www=${PREFIX}/share/doc/html CONFIGURE_ARGS+=--enable-mansect=1 -ALL_TARGET= all suppl +BUILD_TARGET= all suppl INSTALL_TARGET= install-all post-extract: diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 88a2ab1d3dc..f89cdbb5872 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2004/10/31 00:53:10 minskim Exp $ +# $NetBSD: Makefile.common,v 1.36 2004/12/03 15:14:59 wiz Exp $ DISTNAME= MesaLib-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -34,17 +34,17 @@ INSTALLATION_DIRS+= lib .if ${OPSYS} == "SunOS" . if !empty(CC_VERSION:MSun) . if ${SPARC_TARGET_ARCH} == "sparcv7" -ALL_TARGET= sunos5 +BUILD_TARGET= sunos5 . elif ${SPARC_TARGET_ARCH} == "sparcv8" -ALL_TARGET= sunos5-v8 +BUILD_TARGET= sunos5-v8 . elif ${SPARC_TARGET_ARCH} == "sparcv9" -ALL_TARGET= sunos5-v9 +BUILD_TARGET= sunos5-v9 . endif . else -ALL_TARGET= sunos5-gcc +BUILD_TARGET= sunos5-gcc . endif .else -ALL_TARGET= pkgsrc +BUILD_TARGET= pkgsrc .endif pre-install: diff --git a/graphics/OpenRM/Makefile b/graphics/OpenRM/Makefile index d2acca85af2..47f50029d47 100644 --- a/graphics/OpenRM/Makefile +++ b/graphics/OpenRM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:48 tv Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:59 wiz Exp $ # DISTNAME= openrm-devel-1.5.2 @@ -13,7 +13,7 @@ COMMENT= The OpenRM Scene Graph API USE_X11= yes WRKSRC= ${WRKDIR}/rm152 -ALL_TARGET= freebsd docs +BUILD_TARGET= freebsd docs USE_BUILDLINK3= yes MAKE_ENV+= AR=${AR} RM=${RM} CP=${CP} LN=${LN} ECHO_CMD=${ECHO} \ STRIP_CMD=${ECHO} diff --git a/graphics/aalib-x11/Makefile b/graphics/aalib-x11/Makefile index 61ffca57d56..78579432b54 100644 --- a/graphics/aalib-x11/Makefile +++ b/graphics/aalib-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/23 04:41:00 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:59 wiz Exp $ PKGNAME= aalib-x11-${BASE_VERS} CATEGORIES+= x11 @@ -11,7 +11,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_X11= # defined -ALL_TARGET= libaa-x11.la +BUILD_TARGET= libaa-x11.la INSTALL_TARGET= install-libLTLIBRARIES INSTALLATION_DIRS= bin include lib @@ -35,7 +35,7 @@ post-patch: do-build: cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE} ${ALL_TARGET} + ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/aalib-config ${PREFIX}/bin/aalib-x11-config diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index a1b81e1fbb1..4f712748258 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:49 tv Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:59 wiz Exp $ DISTNAME= camlimages-2.11 PKGREVISION= 2 @@ -18,7 +18,7 @@ USE_GNU_TOOLS+= make PLIST_SRC= ${PKGDIR}/PLIST .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc") -ALL_TARGET+= all.opt +BUILD_TARGET+= all.opt PLIST_SRC+= ${PKGDIR}/PLIST.opt .endif diff --git a/graphics/freetype-lib/Makefile b/graphics/freetype-lib/Makefile index 22e9cf4d1be..5412792b546 100644 --- a/graphics/freetype-lib/Makefile +++ b/graphics/freetype-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:50 tv Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/03 15:14:59 wiz Exp $ .include "Makefile.common" @@ -8,7 +8,7 @@ COMMENT= TrueType font rendering engine and library API CONFIGURE_ARGS+= --without-x -ALL_TARGET= ttlib ttpo +BUILD_TARGET= ttlib ttpo INSTALL_TARGET= install-ttlib install-ttpo .include "../../mk/bsd.pkg.mk" diff --git a/graphics/freetype-utils/Makefile b/graphics/freetype-utils/Makefile index f45e92fc406..73bc196fe99 100644 --- a/graphics/freetype-utils/Makefile +++ b/graphics/freetype-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:14:50 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:59 wiz Exp $ .include "../freetype-lib/Makefile.common" @@ -11,7 +11,7 @@ BUILDLINK_DEPENDS.freetype= freetype-lib>=${FT_VERS} USE_X11= # defined CONFIGURE_ARGS+= --with-x -ALL_TARGET= tttest +BUILD_TARGET= tttest INSTALL_TARGET= install-tttest .include "../../graphics/freetype-lib/buildlink3.mk" diff --git a/graphics/gfract/Makefile b/graphics/gfract/Makefile index 15670b6682c..eaa39ff4df9 100644 --- a/graphics/gfract/Makefile +++ b/graphics/gfract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/11/25 16:31:05 ben Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/03 15:14:59 wiz Exp $ # DISTNAME= gfract-0.30 @@ -13,7 +13,7 @@ COMMENT= Gtk-based fractal program USE_BUILDLINK3= yes USE_X11= yes USE_GNU_TOOLS+= make -ALL_TARGET= gfract +BUILD_TARGET= gfract PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/graphics/gif320/Makefile b/graphics/gif320/Makefile index 7c7793c8cc8..d3e3b39e6fd 100644 --- a/graphics/gif320/Makefile +++ b/graphics/gif320/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:59 wiz Exp $ # DISTNAME= gif320-3.3 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= hubertf@NetBSD.org COMMENT= GIF file viewer for use with VT-320 terminals -ALL_TARGET= # empty +BUILD_TARGET= # empty WRKSRC= ${WRKDIR}/gif320 do-install: diff --git a/graphics/gimp1-wideangle/Makefile b/graphics/gimp1-wideangle/Makefile index 18b02898bb5..f79dddfcd92 100644 --- a/graphics/gimp1-wideangle/Makefile +++ b/graphics/gimp1-wideangle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:51 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/03 15:14:59 wiz Exp $ # DISTNAME= wideangleFeb03 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/wideangle USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -ALL_TARGET= wideangle +BUILD_TARGET= wideangle .include "../../graphics/gimp1-base/buildlink3.mk" diff --git a/graphics/ljpeg/Makefile b/graphics/ljpeg/Makefile index 10b1aa0fb2c..a65d667dc8f 100644 --- a/graphics/ljpeg/Makefile +++ b/graphics/ljpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/18 19:28:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:14:59 wiz Exp $ # DISTNAME= ljpg @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME_NOREV} USE_BUILDLINK3= yes -ALL_TARGET= default +BUILD_TARGET= default post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ljpeg diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 2ceaa133245..b0d3410ac46 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/02 04:03:34 simonb Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/03 15:14:59 wiz Exp $ # DISTNAME= metacam-1.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.cheeseplant.org/~daniel/pages/metacam.html COMMENT= Digital camera image meta-information reader USE_GNU_TOOLS+= make -ALL_TARGET= default +BUILD_TARGET= default do-install: ${INSTALL_PROGRAM} ${WRKSRC}/metacam ${PREFIX}/bin diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index 07c68b0a75c..66aec862a32 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/11/19 11:05:54 adam Exp $ +# $NetBSD: Makefile,v 1.25 2004/12/03 15:14:59 wiz Exp $ DISTNAME= pl230src PKGNAME= ploticus-2.30 @@ -14,7 +14,7 @@ NO_CONFIGURE= yes USE_X11= yes USE_BUILDLINK3= yes -ALL_TARGET= ploticus +BUILD_TARGET= ploticus MANSRC= ${WRKDIR}/${DISTNAME}/man PREFABSRC= ${WRKDIR}/${DISTNAME}/prefabs diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index c92a40ea61e..9372dd75857 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/11/13 22:04:53 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/12/03 15:14:59 wiz Exp $ DISTNAME= pstoedit_3_31 PKGNAME= pstoedit-3.31 @@ -27,7 +27,7 @@ CONFIGURE_ENV+= LDLIBS="${X11_LDFLAGS}" CONFIGURE_ENV+= AWK=${AWK} GS=${LOCALBASE}/bin/gs CONFIGURE_ARGS+=--datadir=${PREFIX}/share CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/pstoedit # plugin dir -- unused for now -ALL_TARGET= +BUILD_TARGET= LIBS.SunOS+= -ldl diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index bf12c140a6f..cc40b6621c0 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/10/03 00:14:57 tv Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/03 15:14:59 wiz Exp $ DISTNAME= gdmodule.c PKGNAME= ${PYPKGPREFIX}-gd-1.3 @@ -14,7 +14,7 @@ COMMENT= Python interface to gd graphics library EXTRACT_CMD= ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} WRKSRC= ${WRKDIR} -ALL_TARGET= default +BUILD_TARGET= default USE_BUILDLINK3= yes PYDISTUTILSPKG= yes diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 55edce3236b..6fdd6db8a20 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:42:39 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:59 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp # @@ -18,7 +18,7 @@ DEPENDS+= urt>=3.1b1nb1:../../graphics/urt HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= < ${WRKDIR}/config.ans -ALL_TARGET= +BUILD_TARGET= pre-configure: ${SED} -e 's|@CFLAGS@|${CFLAGS}|g' \ diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile index 12ca6082d1b..c04f8bdebd4 100644 --- a/graphics/tcm/Makefile +++ b/graphics/tcm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:14:58 tv Exp $ +# $NetBSD: Makefile,v 1.22 2004/12/03 15:14:59 wiz Exp $ DISTNAME= tcm-2.01.src PKGNAME= tcm-2.01 @@ -28,7 +28,7 @@ CPPFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" CONF_FILES= ${PREFIX}/share/examples/tcm/tcm.conf \ ${PKG_SYSCONFDIR}/tcm.conf -ALL_TARGET= depend all +BUILD_TARGET= depend all post-extract: ${RM} -f ${TCM_SRC}/lib/COPYING ${TCM_SRC}/lib/CHANGELOG diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 2a1c4cbc86e..598d9c2462e 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/10/03 00:14:58 tv Exp $ +# $NetBSD: Makefile,v 1.36 2004/12/03 15:14:59 wiz Exp $ DISTNAME= urt PKGNAME= urt-3.1b1 @@ -24,7 +24,7 @@ CONFIGURE_SCRIPT=./Configure CONFIGURE_ARGS= config/urt HAS_CONFIGURE= yes MAKEFILE= makefile -ALL_TARGET= +BUILD_TARGET= post-extract: ${CHMOD} 644 ${WRKSRC}/man/man1/rletotarga.1 diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index 932f7f5e265..da308225df5 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:14:58 tv Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/03 15:14:59 wiz Exp $ # DISTNAME= vid-1.0.1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://members.home.com/housel/projects.htm COMMENT= Simple-minded image capture program for some USB webcams -ALL_TARGET= vid +BUILD_TARGET= vid USE_BUILDLINK3= YES diff --git a/graphics/vtk-python/Makefile b/graphics/vtk-python/Makefile index 8a0e8e1daeb..5448ae8595a 100644 --- a/graphics/vtk-python/Makefile +++ b/graphics/vtk-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:58 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:14:59 wiz Exp $ # PKGNAME= vtk-python-${VTKDIST_VERSION} @@ -23,10 +23,10 @@ VTK_PY_LIBS= bin/libvtkCommonPython.so \ bin/libvtkRenderingPythonTkWidgets.so \ bin/libvtkHybridPython.so -ALL_TARGET= default_target_Wrapping_Python +BUILD_TARGET= default_target_Wrapping_Python pre-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${BUILD_TARGET} pre-install: for lib in ${VTK_PY_LIBS}; do \ diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 4e495f790c4..def436f15e4 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/11/03 15:54:31 adam Exp $ +# $NetBSD: Makefile,v 1.42 2004/12/03 15:14:59 wiz Exp $ DISTNAME= xpaint-2.7.2 CATEGORIES= graphics x11 @@ -13,7 +13,7 @@ USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_IMAKE= YES -ALL_TARGET= xaw95static +BUILD_TARGET= xaw95static MAKE_ENV+= XMKMF="${XMKMF}" SUBST_CLASSES= foo -- cgit v1.2.3