diff options
187 files changed, 387 insertions, 387 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 9262b1aa812..3e952708abf 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/12 08:28:19 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/09/09 02:41:53 obache Exp $ DISTNAME= arj-3.10.22 CATEGORIES= archivers @@ -14,7 +14,7 @@ USE_TOOLS+= autoconf gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= LD=${LD:Q} CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure -MAKEFILE= makefile.gnu +MAKE_FILE= makefile.gnu MAKE_FLAGS+= INSTALL_DIR=${INSTALL_PROGRAM_DIR:Q} INSTALL_UNSTRIPPED= yes # $LOCALBASE/bin/arj must have symbol table diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index c2ebc401a2a..774238f863f 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/05/28 17:24:37 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2006/09/09 02:41:54 obache Exp $ DISTNAME= ha0999 PKGNAME= ha-0.999b @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -MAKEFILE= makefile.nix +MAKE_FILE= makefile.nix BUILD_TARGET= ha USE_TOOLS+= gmake diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 98676b31931..c15057f1f5f 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/07/17 17:23:52 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/09/09 02:41:54 obache Exp $ DISTNAME= hpack79src PKGNAME= hpack-0.79 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR} CRYPTO= yes -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= hpack DIST_SUBDIR= ${PKGNAME_NOREV} @@ -41,7 +41,7 @@ INSTALLATION_DIRS= bin man/man1 post-build: cd ${WRKSRC}/keycvt && ${MAKE} CFLAGS="-c -D__UNIX__ "${CFLAGS:M*:Q} \ - -f ${MAKEFILE} keycvt + -f ${MAKE_FILE} keycvt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hpack ${PREFIX}/bin/ diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile index 2c0b34731c6..b3259f2319f 100644 --- a/archivers/macutil/Makefile +++ b/archivers/macutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/09/03 00:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/09/09 02:41:54 obache Exp $ DISTNAME= macutil2.0b3 PKGNAME= macutil-2.0b3 @@ -11,7 +11,7 @@ COMMENT= Create & extract Mac archive files PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_ENV+= CF=${CFLAGS:M*:Q} WRKSRC= ${WRKDIR}/macutil diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 53f3b5dcae2..0891ef33fca 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/17 17:43:16 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/09/09 02:41:54 obache Exp $ DISTNAME= p7zip_4.42_src_all PKGNAME= p7zip-4.42 @@ -13,7 +13,7 @@ COMMENT= File archiver with high compression PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ -MAKEFILE= makefile +MAKE_FILE= makefile NO_CONFIGURE= yes PTHREAD_OPTS+= require diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index 6859aeb3804..98be3037312 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/05/17 06:12:27 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:41:54 obache Exp $ # DISTNAME= ppmdi1 @@ -13,7 +13,7 @@ COMMENT= PPM file compressor PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= makefile.gmk +MAKE_FILE= makefile.gmk BUILD_TARGET= ppmd WRKSRC= ${WRKDIR} diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile index b2342915684..ea8a49c1043 100644 --- a/archivers/squsq/Makefile +++ b/archivers/squsq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:28:53 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:41:54 obache Exp $ DISTNAME= t20-squsq-3.3 PKGNAME= squsq-3.3 @@ -10,7 +10,7 @@ COMMENT= Compressor/decompressor for CP/M Squeeze compressed files PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= ${FILESDIR}/Makefile +MAKE_FILE= ${FILESDIR}/Makefile WRKSRC= ${WRKDIR}/t20-squsq diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index da31ee96bd6..6e61c4728d4 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/08/22 18:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/09/09 02:41:54 obache Exp $ DISTNAME= unrarsrc-3.6.8 PKGNAME= ${DISTNAME:S/src//} @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= YES USE_LANGUAGES= c++ -MAKEFILE= makefile.unix +MAKE_FILE= makefile.unix LICENSE= unrar-license RESTRICTED= Do not modify. Do not charge a fee for redistribution. diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 42acdecff65..9d1ae9e4784 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/06/18 07:04:16 rillig Exp $ +# $NetBSD: Makefile,v 1.65 2006/09/09 02:41:54 obache Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" -MAKEFILE= unix/Makefile +MAKE_FILE= unix/Makefile BUILD_TARGET= generic_zlib unzipsfx .if ${OPSYS:M*BSD} != "" || ${OPSYS} == "Darwin" CFLAGS+= -DBSD diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 4f0009710ef..600a419182f 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/07/06 15:11:00 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2006/09/09 02:41:54 obache Exp $ DISTNAME= xmill-0.9.1 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Specialized compressor for XML PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile USE_LANGUAGES= c c++ LICENSE= xmill-license diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 7f37c92f370..bf9b59c72a8 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/07/17 17:00:33 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2006/09/09 02:41:54 obache Exp $ DISTNAME= zip232 PKGNAME= zip-2.32 @@ -15,7 +15,7 @@ COMMENT= Create/update ZIP files compatible with pkzip PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= unix/Makefile +MAKE_FILE= unix/Makefile WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .include "../../mk/bsd.prefs.mk" diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 1b4d7d6c9bf..5e30998be51 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/04/22 09:22:05 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2006/09/09 02:41:54 obache Exp $ # DISTNAME= zip1-1.1 @@ -19,7 +19,7 @@ NO_BIN_ON_CDROM=${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= zip zipcloak .include "../../mk/bsd.prefs.mk" diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 0bd7491c834..c361c7463f8 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/07/19 19:34:37 adrianp Exp $ +# $NetBSD: Makefile,v 1.28 2006/09/09 02:41:54 obache Exp $ DISTNAME= zoo-2.10pl1 PKGNAME= zoo-2.10.1 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR} NO_CONFIGURE= yes BUILD_TARGET= bsdansi -MAKEFILE= makefile +MAKE_FILE= makefile INSTALLATION_DIRS= bin man/man1 diff --git a/audio/abcmidi/Makefile b/audio/abcmidi/Makefile index 40143c21488..4bdf3a9e5fd 100644 --- a/audio/abcmidi/Makefile +++ b/audio/abcmidi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/16 13:41:57 ben Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/09 02:41:54 obache Exp $ # DISTNAME= abcMIDI-${ABCMIDIVER} @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://ifdo.pugmarks.com/~seymour/runabc/ EXTRACT_SUFX= .zip WRKSRC= ${WRKDIR}/abcmidi -MAKEFILE= makefile +MAKE_FILE= makefile MAINTAINER= ben@NetBSD.org HOMEPAGE= http://abc.sourceforge.net/abcMIDI/ diff --git a/audio/cddbd/Makefile b/audio/cddbd/Makefile index 6fd87c05bec..74136b423c9 100644 --- a/audio/cddbd/Makefile +++ b/audio/cddbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/06/20 16:38:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:41:54 obache Exp $ # DISTNAME= cddbd-1.3.1 @@ -16,7 +16,7 @@ COMMENT= Internet CD Database Server INTERACTIVE_STAGE= configure install NO_PACKAGE= too interactive -MAKEFILE= makefile +MAKE_FILE= makefile do-configure: cd ${WRKSRC}; \ diff --git a/audio/cdplayer/Makefile b/audio/cdplayer/Makefile index bd20878270f..b365a535aae 100644 --- a/audio/cdplayer/Makefile +++ b/audio/cdplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/28 00:26:26 rh Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:41:54 obache Exp $ # DISTNAME= cdplayer-0.4.2 @@ -13,7 +13,7 @@ COMMENT= GNUstep CD player with CDDB support WRKSRC= ${WRKDIR}/${PKGBASE} USE_LANGUAGES= objc USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile MAKE_ENV+= ADDITIONAL_CPPFLAGS="-Wno-import" do-configure: diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index 45b0f3562ba..17c1ffab2e7 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/03 13:58:30 tron Exp $ +# $NetBSD: Makefile,v 1.23 2006/09/09 02:41:54 obache Exp $ DISTNAME= daapd-0.2.4b PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Server for DAA protocol (iTunes) USE_LANGUAGES= c c++ USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile RCD_SCRIPTS= daapd EGDIR= ${PREFIX}/share/examples/${PKGBASE} diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 35b4958ab38..8d9ebc51442 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/05/19 16:18:51 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2006/09/09 02:41:54 obache Exp $ DISTNAME= dap-2.1.2 PKGREVISION= 6 @@ -10,7 +10,7 @@ MAINTAINER= scw@NetBSD.org HOMEPAGE= http://www.cee.hw.ac.uk/~richardk/ COMMENT= Digital audio recording and processing package -MAKEFILE= Makefile.netbsd +MAKE_FILE= Makefile.netbsd MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index b940a4444d5..f1c2ec245ad 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/05/12 22:43:46 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:41:55 obache Exp $ # DISTNAME= ladspa_sdk_1.12 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/ladspa_sdk/src USE_TOOLS+= gmake USE_LANGUAGES= c c++ -MAKEFILE= makefile +MAKE_FILE= makefile BUILDLINK_LIBS.dl+= ${BUILDLINK_LDADD.dl} diff --git a/audio/rio/Makefile b/audio/rio/Makefile index e3622a5027f..9a22e8f57ef 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/18 11:19:46 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2006/09/09 02:41:55 obache Exp $ # DISTNAME= rio007 @@ -14,7 +14,7 @@ COMMENT= Utility to display and manage files on the Diamond Rio PMP300 ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR}/rio107 -MAKEFILE= makefile +MAKE_FILE= makefile USE_LANGUAGES= c++ INSTALLATION_DIRS= bin diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 19f7a8ddae0..997361aa9c5 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/08/07 23:37:49 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2006/09/09 02:41:55 obache Exp $ # DISTNAME= snd-8.3 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config BUILD_TARGET= snd -MAKEFILE= makefile +MAKE_FILE= makefile WRKSRC= ${WRKDIR}/snd-8 post-install: diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile index 0134d8e0aca..70ca8016c3d 100644 --- a/audio/xmms-flac/Makefile +++ b/audio/xmms-flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:08:18 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:41:55 obache Exp $ # DISTNAME= flac-1.1.2 @@ -38,7 +38,7 @@ CFLAGS+= -D__inline=inline do-install: @cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET} + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${INSTALL_TARGET} .include "../../audio/flac/buildlink3.mk" .include "../../audio/xmms/buildlink3.mk" diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 16f835f8116..9c2f3f80850 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/07/13 13:42:12 adam Exp $ +# $NetBSD: Makefile,v 1.35 2006/09/09 02:41:55 obache Exp $ DISTNAME= iozone3_263 PKGNAME= iozone-3.263 @@ -18,7 +18,7 @@ NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/src/current -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.prefs.mk" diff --git a/biology/azara/Makefile b/biology/azara/Makefile index 6dcd34e7af7..04ec7b9aed0 100644 --- a/biology/azara/Makefile +++ b/biology/azara/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:08:20 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/09 02:41:55 obache Exp $ # DISTNAME= azara-2.7-src @@ -13,7 +13,7 @@ COMMENT= Programs to process and view NMR data WRKSRC= ${WRKDIR}/azara-2.7 -MAKEFILE= makefile +MAKE_FILE= makefile do-install: .for PROG in azara \ diff --git a/biology/clustalw/Makefile b/biology/clustalw/Makefile index 3700ef71ec6..07ce0c72589 100644 --- a/biology/clustalw/Makefile +++ b/biology/clustalw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/12/05 20:49:51 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:41:55 obache Exp $ DISTNAME= clustalw1.83.UNIX PKGNAME= clustalw-1.83 @@ -12,7 +12,7 @@ COMMENT= General purpose multiple alignment program for DNA or proteins PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= clustalw WRKSRC= ${WRKDIR}/clustalw1.83 diff --git a/biology/genesplicer/Makefile b/biology/genesplicer/Makefile index 65fc56907c2..dc757be4438 100644 --- a/biology/genesplicer/Makefile +++ b/biology/genesplicer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/26 13:41:17 schwarz Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:41:55 obache Exp $ # DISTNAME= GeneSplicer @@ -16,7 +16,7 @@ EXDIR= ${PREFIX}/share/examples/genesplicer EXAMPLES= arabidopsis drosophila malaria pyoelii human rice \ training_data_sets/Arabidopsis \ training_data_sets/Human -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_DIRS= sources INSTALLATION_DIRS= bin diff --git a/cad/MyHDL-gplcver/Makefile b/cad/MyHDL-gplcver/Makefile index 53b460f9430..a417691ecf7 100644 --- a/cad/MyHDL-gplcver/Makefile +++ b/cad/MyHDL-gplcver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/05/04 16:58:05 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/09 02:41:55 obache Exp $ # DISTNAME= myhdl-0.5.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html COMMENT= GPL Cver cosimulation support for py-MyHDL BUILD_DIRS+= cosimulation/cver -MAKEFILE= makefile.lnx +MAKE_FILE= makefile.lnx do-install: ${INSTALL_DATA} ${WRKSRC}/cosimulation/cver/myhdl_vpi.so \ diff --git a/cad/gplcver/Makefile b/cad/gplcver/Makefile index 296d555021d..ef20a8b652c 100644 --- a/cad/gplcver/Makefile +++ b/cad/gplcver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/07 23:52:17 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/09 02:41:55 obache Exp $ # DISTNAME= gplcver-2.11a.src @@ -12,7 +12,7 @@ HOMEPAGE= http://www.pragmatic-c.com/gpl-cver/ COMMENT= Verilog simulator BUILD_DIRS= src -MAKEFILE= makefile.freebsd +MAKE_FILE= makefile.freebsd BUILDLINK_LIBS.dl= ${BUILDLINK_LDADD.dl} .include "../../mk/dlopen.buildlink3.mk" diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 4e9c8454752..0bce205f085 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/07/27 13:18:32 rillig Exp $ +# $NetBSD: Makefile,v 1.42 2006/09/09 02:41:55 obache Exp $ # DISTNAME= qcad-2.0.5.0-1-community.src @@ -47,7 +47,7 @@ pre-build: for d in ${BUILD_DIRS}; do \ cd ${WRKSRC}; cd "$$d"; \ env ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \ - -f ${MAKEFILE} prepare; \ + -f ${MAKE_FILE} prepare; \ done do-install: diff --git a/comms/dl-ezkit/Makefile b/comms/dl-ezkit/Makefile index 1116ff18b5a..9d029035c77 100644 --- a/comms/dl-ezkit/Makefile +++ b/comms/dl-ezkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/07/20 01:42:42 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2006/09/09 02:41:55 obache Exp $ DISTNAME= dl-ezkit-0.8.1-bsd PKGNAME= dl-ezkit-0.8.1 @@ -9,7 +9,7 @@ MAINTAINER= gmcgarry@NetBSD.org HOMEPAGE= http://www.ww.tu-freiberg.de/~pberg/download/ COMMENT= Coff file downloader for the EZ-KIT Lite using the RS232 -MAKEFILE= Makefile.bsd +MAKE_FILE= Makefile.bsd WRKSRC= ${WRKDIR}/dl-ezkit diff --git a/comms/estic/Makefile b/comms/estic/Makefile index 23f911ed497..12dd3824145 100644 --- a/comms/estic/Makefile +++ b/comms/estic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/11 13:31:33 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/09/09 02:41:55 obache Exp $ DISTNAME= estic-1.61 PKGREVISION= 1 @@ -29,7 +29,7 @@ BUILD_TARGET= depend all ESTICPATCH= ${DISTNAME}-patch-from-1.60${EXTRACT_SUFX} LIB_TARGET= depend lib LIBSRC= ${WRKDIR}/spunk -MAKEFILE= make/freebsd-x.mak +MAKE_FILE= make/freebsd-x.mak INSTALLATION_DIRS= bin @@ -42,7 +42,7 @@ post-extract: pre-build: ${_PKG_SILENT}${_PKG_DEBUG}cd ${LIBSRC} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} \ ${LIB_TARGET} do-install: diff --git a/comms/gkermit/Makefile b/comms/gkermit/Makefile index a18535a643d..89a8591d9f8 100644 --- a/comms/gkermit/Makefile +++ b/comms/gkermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/12/18 23:18:40 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/09/09 02:41:55 obache Exp $ # DISTNAME= gku100 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} BUILD_TARGET= posix -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_ENV+= KFLAGS=${CFLAGS:M*:Q} .include "../../mk/bsd.prefs.mk" diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 2658f571dec..c9925fb3d9c 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.67 2006/09/09 02:41:55 obache Exp $ DISTNAME= cku211 PKGNAME= kermit-8.0.211 @@ -19,7 +19,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} BUILD_DEFS+= KFLAGS LIBS MANINSTALL MAKE_ENV+= KFLAGS=${KFLAGS:Q} LIBS=${LIBS:M*:Q} MAKE_ENV+= SSLINC=${SSLINC:Q} SSLLIB=${SSLLIB:Q} -MAKEFILE= makefile +MAKE_FILE= makefile #KFLAGS+= -DNODEBUG -DNOOLDMODEMS diff --git a/converters/cbmconvert/Makefile b/converters/cbmconvert/Makefile index 0e9b1dae56d..8d2759417c3 100644 --- a/converters/cbmconvert/Makefile +++ b/converters/cbmconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:06 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:41:55 obache Exp $ DISTNAME= cbmconvert-2.1.2 CATEGORIES= converters archivers @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.zimmers.net/pub/cbm/crossplatform/converters/unix/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Converts files to and from various C64/C128/CBM formats -MAKEFILE= Makefile.unix +MAKE_FILE= Makefile.unix MAKE_FLAGS+= CFLAGS=${CFLAGS:M*:Q} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/cbmconvert diff --git a/converters/ish/Makefile b/converters/ish/Makefile index 5eb5e907354..ddb3bea61d0 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:06 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:41:55 obache Exp $ DISTNAME= ish-1.11 CATEGORIES= converters @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Binary-to-text file-encoder -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= ish .include "../../mk/bsd.pkg.mk" diff --git a/converters/tex2rtf/Makefile b/converters/tex2rtf/Makefile index dd9ca0fb634..6dea6b3dba0 100644 --- a/converters/tex2rtf/Makefile +++ b/converters/tex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/17 13:46:19 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/09 02:41:55 obache Exp $ DISTNAME= tex2rtf-2.01-source PKGNAME= tex2rtf-2.01 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.wxwidgets.org/tex2rtf/index.htm COMMENT= LaTex-to-RTF translator WRKSRC= ${WRKDIR}/${DISTNAME}/src -MAKEFILE= makefile.unx +MAKE_FILE= makefile.unx USE_LANGUAGES= c++ INSTALLATION_DIRS= bin diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 21e9149ae5c..27ae89810cb 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/07/17 17:02:26 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2006/09/09 02:41:56 obache Exp $ DISTNAME= wv-1.2.1 CATEGORIES= converters @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png} PKGCONFIG_OVERRIDE+= wv-1.0.pc.in -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile index 38d09ae75a4..6fe8e925fda 100644 --- a/cross/dasm/Makefile +++ b/cross/dasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:08:30 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/09/09 02:41:56 obache Exp $ # DISTNAME= dasm212 @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} NO_CONFIGURE= YES -MAKEFILE= ${FILESDIR}/Makefile +MAKE_FILE= ${FILESDIR}/Makefile MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} BINMODE=${BINMODE:Q} INSTALLATION_DIRS= bin diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common index fab30bc8568..d891a577cae 100644 --- a/databases/odbc-postgresql/Makefile.common +++ b/databases/odbc-postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2006/06/06 15:04:42 joerg Exp $ +# $NetBSD: Makefile.common,v 1.13 2006/09/09 02:41:56 obache Exp $ DISTNAME= postgresql-${DIST_VERS} CATEGORIES= databases @@ -31,7 +31,7 @@ BASE_VERS?= ${DIST_VERS} USE_LANGUAGES= c c++ USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" diff --git a/databases/postgresql74-plperl/Makefile b/databases/postgresql74-plperl/Makefile index 81d30c8b665..8215a1b650a 100644 --- a/databases/postgresql74-plperl/Makefile +++ b/databases/postgresql74-plperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/21 20:23:49 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:41:56 obache Exp $ PKGNAME= postgresql74-plperl-${BASE_VERS} COMMENT= PL/Perl procedural language for the PostgreSQL backend @@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} CONFIGURE_ARGS+= --with-perl BUILD_DIRS= ${WRKSRC}/src/pl/plperl -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile .include "../../databases/postgresql74-lib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/databases/postgresql80-plperl/Makefile b/databases/postgresql80-plperl/Makefile index 37f3a7e9f3f..b9d00347bff 100644 --- a/databases/postgresql80-plperl/Makefile +++ b/databases/postgresql80-plperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/21 19:05:07 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:41:56 obache Exp $ PKGNAME= postgresql80-plperl-${BASE_VERS} COMMENT= PL/Perl procedural language for the PostgreSQL backend @@ -11,7 +11,7 @@ PERL5_CONFIGURE= NO CONFIGURE_ARGS+= --with-perl BUILD_DIRS= ${WRKSRC}/src/pl/plperl -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile USE_LIBTOOL= yes PKG_LIBTOOL= ${PKG_SHLIBTOOL} diff --git a/databases/postgresql81-plperl/Makefile b/databases/postgresql81-plperl/Makefile index 9da9723fb56..f7dcf85d26e 100644 --- a/databases/postgresql81-plperl/Makefile +++ b/databases/postgresql81-plperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/09 02:41:56 obache Exp $ PKGNAME= postgresql81-plperl-${BASE_VERS} COMMENT= PL/Perl procedural language for the PostgreSQL backend @@ -11,7 +11,7 @@ PERL5_CONFIGURE= NO CONFIGURE_ARGS+= --with-perl BUILD_DIRS= ${WRKSRC}/src/pl/plperl -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile USE_LIBTOOL= yes PKG_LIBTOOL= ${PKG_SHLIBTOOL} diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index b70b1bc6643..a0846991eb9 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/06/16 10:58:23 rillig Exp $ +# $NetBSD: Makefile,v 1.49 2006/09/09 02:41:56 obache Exp $ DISTNAME= PyGreSQL-3.8.1 PKGNAME= ${PYPKGPREFIX}-postgresql-3.8.1 @@ -14,7 +14,7 @@ MAKE_ENV+= MANDIR=${LOCALBASE}/man MAKE_ENV+= BINDIR=${LOCALBASE}/bin USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile MAKE_ENV+= INSTALLED_LIBPQ=1 PY_PATCHPLIST= yes diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile index 97ce3bf2559..4a8b7c77f6e 100644 --- a/databases/qdbm/Makefile +++ b/databases/qdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/05/07 10:38:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/09 02:41:56 obache Exp $ # .include "Makefile.common" @@ -8,7 +8,7 @@ CATEGORIES= databases COMMENT= Quick Database Manager - library of routines for managing a db USE_LIBTOOL= yes -MAKEFILE= LTmakefile +MAKE_FILE= LTmakefile GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-zlib diff --git a/databases/unixodbc-DataManager/Makefile b/databases/unixodbc-DataManager/Makefile index 9b9dcc08c5b..51bbdf1e7d4 100644 --- a/databases/unixodbc-DataManager/Makefile +++ b/databases/unixodbc-DataManager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/05/18 18:04:10 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:41:56 obache Exp $ PKGNAME= unixodbc-DataManager-${ODBC_BASE_VERS} PKGREVISION= 3 @@ -34,7 +34,7 @@ INSTALLATION_DIRS= bin do-build: cd ${WRKSRC}/DataManager; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ - ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} + ${MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/DataManager/DataManager ${PREFIX}/bin diff --git a/databases/unixodbc-ODBCConfig/Makefile b/databases/unixodbc-ODBCConfig/Makefile index 6b4fdb8496d..3c75dcf3cb4 100644 --- a/databases/unixodbc-ODBCConfig/Makefile +++ b/databases/unixodbc-ODBCConfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/05/19 12:21:01 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/09 02:41:56 obache Exp $ PKGNAME= unixodbc-ODBCConfig-${ODBC_BASE_VERS} PKGREVISION= 3 @@ -34,7 +34,7 @@ post-patch: fix-driver-installation do-build: cd ${WRKSRC}/ODBCConfig; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ - ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} + ${MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ODBCConfig/ODBCConfig ${PREFIX}/bin diff --git a/devel/ald/Makefile b/devel/ald/Makefile index e7e70aa3576..209d12726f1 100644 --- a/devel/ald/Makefile +++ b/devel/ald/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:41:56 obache Exp $ # DISTNAME= ald-0.0.19d @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES INSTALLATION_DIRS= bin man/man8 #do-build: -# cd ${WRKSRC} && ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} +# cd ${WRKSRC} && ${MAKE_PROGRAM} -f ${MAKE_FILE} ${BUILD_TARGET} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ald ${PREFIX}/bin diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 29b8a72efda..8e08f82965c 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/04 06:30:48 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:41:56 obache Exp $ DISTNAME= allegro-4.2.0 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= Allegro game programming library USE_TOOLS+= gmake makeinfo GNU_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= # there is no 'all' target for some reason INFO_FILES= YES INSTALL_TARGET= install install-info diff --git a/devel/as31/Makefile b/devel/as31/Makefile index 67a28036a64..68cdde5a1a8 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/20 22:08:36 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/09 02:41:56 obache Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR} EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | \ ${SED} '1,/^.! \/bin\/sh/d' | ${SH} USE_TOOLS+= yacc -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= as31 INSTALLATION_DIRS= bin man/man1 diff --git a/devel/byacc/Makefile b/devel/byacc/Makefile index 4147624cc9a..15ca10de445 100644 --- a/devel/byacc/Makefile +++ b/devel/byacc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/09/09 02:41:57 obache Exp $ # DISTNAME= byacc-20040328 @@ -11,6 +11,6 @@ HOMEPAGE= http://dickey.his.com/byacc/byacc.html COMMENT= Berkeley Yacc GNU_CONFIGURE= YES -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 6bfe5a1f12d..553ab4e4245 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/09/03 00:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:41:57 obache Exp $ DISTNAME= darcs-1.0.4 PKGREVISION= 2 @@ -13,7 +13,7 @@ BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html TEX_DEPMETHOD= build USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile GNU_CONFIGURE= yes .include "../../www/curl/buildlink3.mk" diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index de9a6ca0ce2..680c904f00d 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:45 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:41:57 obache Exp $ # DISTNAME= dmake-v4.1-src-export.all-unknown-all @@ -12,7 +12,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://dmake.wticorp.com/ COMMENT= Portable make supported by many platforms -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= linux WRKSRC= ${WRKDIR}/dmake diff --git a/devel/gnustep-objc/Makefile b/devel/gnustep-objc/Makefile index 41ddb9fce4c..7f28442f91e 100644 --- a/devel/gnustep-objc/Makefile +++ b/devel/gnustep-objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/22 05:10:54 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:41:57 obache Exp $ # DISTNAME= gnustep-objc-1.3.0 @@ -12,7 +12,7 @@ COMMENT= Objective-C runtime USE_LANGUAGES= objc USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile NO_CONFIGURE= YES .include "../../devel/gnustep-make/buildlink3.mk" diff --git a/devel/guile-fcgi/Makefile b/devel/guile-fcgi/Makefile index ae161995fb0..0d571f5ba98 100644 --- a/devel/guile-fcgi/Makefile +++ b/devel/guile-fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:15 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:41:57 obache Exp $ DISTNAME= guile-fcgi-0.1 PKGREVISION= 6 @@ -15,8 +15,8 @@ CONFIGURE_ARGS+=--with-fcgi-includes=${BUILDLINK_PREFIX.fcgi}/include CONFIGURE_ARGS+=--with-fcgi-lib=${BUILDLINK_PREFIX.fcgi}/lib do-build: - ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} guile-fcgi.x - ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} + ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} guile-fcgi.x + ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET} .include "../../lang/guile14/buildlink3.mk" .include "../../www/fcgi/buildlink3.mk" diff --git a/devel/lcc/Makefile b/devel/lcc/Makefile index 85ac457658b..6f95e58834e 100644 --- a/devel/lcc/Makefile +++ b/devel/lcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:16 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:41:58 obache Exp $ DISTNAME= lcc-4.1 CATEGORIES= devel lang @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= *-*-i386 .include "../../mk/bsd.prefs.mk" BUILDDIR= ${WRKSRC}/src -MAKEFILE= makefile +MAKE_FILE= makefile INSTALLATION_DIRS= bin libexec man/man1 diff --git a/devel/meld/Makefile b/devel/meld/Makefile index d56d452116a..c1676ffb2be 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/07/18 08:15:46 abs Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/09 02:41:58 obache Exp $ # DISTNAME= meld-1.1.4 @@ -21,7 +21,7 @@ USE_TOOLS+= gmake msgfmt intltool MAKE_FLAGS+= prefix=${PREFIX} MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR} MAKE_FLAGS+= PYTHON=${PYTHONBIN} -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile .include "../../lang/python/application.mk" .include "../../textproc/scrollkeeper/omf.mk" diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index a63efe73a82..9a92e7989e3 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:08:50 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/09/09 02:41:58 obache Exp $ # DISTNAME= pccts133mr22 @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/pccts DIST_SUBDIR= ${PKGNAME_NOREV} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile index c876713d1c2..e78b28ef207 100644 --- a/devel/rdp/Makefile +++ b/devel/rdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:29 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:41:58 obache Exp $ DISTNAME= rdp1_5 PKGNAME= rdp-1.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.dcs.rhbnc.ac.uk/research/languages/rdp.shtml COMMENT= Compiles attributed LL(1) grammars into recursive descent compilers WRKSRC= ${WRKDIR}/rdp -MAKEFILE= makefile +MAKE_FILE= makefile NO_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/devel/rsltc/Makefile b/devel/rsltc/Makefile index be57578f2c2..53cab25ae76 100644 --- a/devel/rsltc/Makefile +++ b/devel/rsltc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:52 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/09 02:41:58 obache Exp $ # DISTNAME= rsltcsrc @@ -15,7 +15,7 @@ COMMENT= RAISE Specification Language Type Checker BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= gentle>=97:../../devel/gentle -MAKEFILE= make_sunos +MAKE_FILE= make_sunos USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/rsl.2.4 INSTALLATION_DIRS= bin diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 4f375fb40ce..84cbbe4db74 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/03/04 21:29:30 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/09/09 02:41:58 obache Exp $ DISTNAME= STLport-4.6 PKGNAME= stlport-4.6 @@ -18,7 +18,7 @@ NO_CONFIGURE= yes BUILD_DIRS= src MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} -MAKEFILE= gcc-libtool.mak +MAKE_FILE= gcc-libtool.mak PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes diff --git a/devel/tavrasm/Makefile b/devel/tavrasm/Makefile index e757c478e7f..ffa022f329d 100644 --- a/devel/tavrasm/Makefile +++ b/devel/tavrasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/20 22:10:45 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/09 02:41:58 obache Exp $ # DISTNAME= tavrasm @@ -15,7 +15,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison WRKSRCTOP= ${WRKDIR}/${PKGNAME_NOREV:S/.//:S/-/./} WRKSRC= ${WRKSRCTOP}/src USE_TOOLS+= lex -MAKEFILE= makefile +MAKE_FILE= makefile DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile index c081aeaa020..27e4e2f20b7 100644 --- a/devel/tet3/Makefile +++ b/devel/tet3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/08 16:57:59 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:41:58 obache Exp $ DISTNAME= tet3.7-unsup.src PKGNAME= tet3-3.7 @@ -23,7 +23,7 @@ REPLACE_PERL+= contrib/NTperldemo/ts/tc2.pl contrib/NTperldemo/ts/tc3.pl REPLACE_PERL+= contrib/tetreport/TetJournal.pl contrib/tetreport/TetReports.pl REPLACE_PERL+= contrib/tetreport/tetreport.pl contrib/templates/perl-api.pl REPLACE_PERL+= src/perl/api.pl -MAKEFILE= makefile +MAKE_FILE= makefile post-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/tet3 diff --git a/devel/uno/Makefile b/devel/uno/Makefile index 3c873be5e73..6f4ffc412fb 100644 --- a/devel/uno/Makefile +++ b/devel/uno/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/17 21:42:31 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:41:58 obache Exp $ # DISTNAME= uno_v28 @@ -12,7 +12,7 @@ HOMEPAGE= http://spinroot.com/uno/ COMMENT= Tool for source code analysis WRKSRC= ${WRKDIR}/Uno/src -MAKEFILE= makefile +MAKE_FILE= makefile USE_TOOLS+= bison diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 115b86e55b3..2b85da97b6d 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2006/07/10 21:40:49 adam Exp $ +# $NetBSD: Makefile.common,v 1.35 2006/09/09 02:41:58 obache Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating ABIWORD_VERSION= 2.4.5 @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.abisource.com/ -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 6e3dcd85962..52fef56e17a 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:31 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:41:58 obache Exp $ # DISTNAME= biew562 @@ -15,7 +15,7 @@ COMMENT= Binary viewer/editor ONLY_FOR_PLATFORM= *-*-i386 USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile WRKSRC= ${WRKDIR}/biew-562 INSTALLATION_DIRS= bin diff --git a/editors/jde/Makefile b/editors/jde/Makefile index d555e2a242b..a070104cf47 100644 --- a/editors/jde/Makefile +++ b/editors/jde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/21 14:27:56 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:41:58 obache Exp $ # DISTNAME= jde-2.3.2 @@ -32,7 +32,7 @@ MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX:Q} NO_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile post-extract: @${RMDIR} ${WRKDIR}/${DISTNAME}/java/classes diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 19f01ea045c..35ff75c9ce4 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/05/14 17:16:42 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/09/09 02:41:58 obache Exp $ # DISTNAME= manedit-0.5.6 @@ -18,7 +18,7 @@ USE_LANGUAGES= c c++ MAKE_ENV+= CPP=${CXX:Q} # The FreeBSD makefile may be used as "generic UNIX". -MAKEFILE= Makefile.FreeBSD +MAKE_FILE= Makefile.FreeBSD INSTALLATION_DIRS= bin man/man1 man/man7 diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 3b8f58a3bf2..507983e2942 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:41:58 obache Exp $ # DISTNAME= mined-2000.7 @@ -12,7 +12,7 @@ COMMENT= Html-aware editor WRKSRC= ${WRKDIR}/${DISTNAME}/src -MAKEFILE= makefile.bsd +MAKE_FILE= makefile.bsd .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 0afe72a2d6a..a62e384b560 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2006/09/09 02:41:58 obache Exp $ DISTNAME= vile-9.5 CATEGORIES= editors @@ -18,7 +18,7 @@ USE_TOOLS+= perl:run CPPFLAGS.NetBSD+= -DMISSING_EXTERN_ENVIRON -MAKEFILE= makefile +MAKE_FILE= makefile INSTALL_TARGET= install install-perl DATADIR= ${PREFIX}/share/vile diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 32b91ff05e7..a2c358c807f 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2006/09/09 02:41:59 obache Exp $ DISTNAME= vile-9.5 PKGNAME= xvile-9.5 @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR:Q} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR:Q} -MAKEFILE= makefile +MAKE_FILE= makefile INSTALL_TARGET= install install-perl DATADIR= ${PREFIX}/share/xvile diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile index d6baad04994..584b01ae358 100644 --- a/emulators/Cygne-SDL/Makefile +++ b/emulators/Cygne-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/12 16:28:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:41:59 obache Exp $ # DISTNAME= Cygne-SDL-0.1-src @@ -15,7 +15,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm BUILD_DEPENDS+= zip>=2.0:../../archivers/zip WRKSRC= ${WRKDIR}/Cygne-SDL-0.1 -MAKEFILE= Makefiles/Makefile.unix +MAKE_FILE= Makefiles/Makefile.unix NO_CONFIGURE= yes BUILD_DIRS= src USE_LANGUAGES= c c++ diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile index 7539cc7f2f4..755bc4685ed 100644 --- a/emulators/DatLib/Makefile +++ b/emulators/DatLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:59 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:41:59 obache Exp $ # DISTNAME= datlib215 @@ -14,7 +14,7 @@ COMMENT= Data file library for some emulation tools USE_TOOLS+= gmake WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= datlib EXTRACT_OPTS_ZIP= -Laaqo diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 615cd2a4e6d..ff9c24f0a17 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/06 06:21:58 reed Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:41:59 obache Exp $ # DISTNAME= dutil227 @@ -14,7 +14,7 @@ COMMENT= Create and convert emulator rom checksum files USE_TOOLS+= gmake WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= datutil EXTRACT_OPTS_ZIP= -Laaqo diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index 1057e72b59a..6ac71ca4804 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/06 06:21:58 reed Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:41:59 obache Exp $ # DISTNAME= mdiff224 @@ -14,7 +14,7 @@ COMMENT= Compare MAME rom sets of different releases USE_TOOLS+= gmake WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= mamediff EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile index 13e8136b503..ba4e93a0a3f 100644 --- a/emulators/ROMBuild/Makefile +++ b/emulators/ROMBuild/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:00 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:41:59 obache Exp $ # DISTNAME= rbuild27 @@ -14,7 +14,7 @@ COMMENT= Arcade ROM manipulation tool USE_TOOLS+= gmake WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= rombuild EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin diff --git a/emulators/ROMInfo/Makefile b/emulators/ROMInfo/Makefile index 2e7b660f766..6157d53a37c 100644 --- a/emulators/ROMInfo/Makefile +++ b/emulators/ROMInfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/06 06:21:58 reed Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:41:59 obache Exp $ # DISTNAME= rinfo26 @@ -14,7 +14,7 @@ COMMENT= Identify arcade ROM sets USE_TOOLS+= gmake WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= rominfo EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin diff --git a/emulators/ZIPIdent/Makefile b/emulators/ZIPIdent/Makefile index afb53fb7493..f28adc4df92 100644 --- a/emulators/ZIPIdent/Makefile +++ b/emulators/ZIPIdent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/06 06:21:58 reed Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:41:59 obache Exp $ # DISTNAME= zident27 @@ -14,7 +14,7 @@ COMMENT= Identify arcade ROM sets USE_TOOLS+= gmake WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= zipident EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index ff1b023755d..5e40ba0d7dc 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:35 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:41:59 obache Exp $ DISTNAME= hercules-2.11 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= S370 emulator DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_ENV+= HOST_ARCH=${MACHINE_ARCH:Q} PTHREAD_OPTS+= require diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 585fe0984cd..95f60da7ebf 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:29:35 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:41:59 obache Exp $ DISTNAME= ia64sim PKGNAME= ia64sim-0.3 @@ -14,7 +14,7 @@ COMMENT= IA64 simulator (Intel(R) Architecture 64) USE_TOOLS+= gmake DIST_SUBDIR= ${PKGNAME_NOREV} -MAKEFILE= makefile.unx +MAKE_FILE= makefile.unx INSTALLATION_DIRS= bin do-install: diff --git a/emulators/lrmi/Makefile b/emulators/lrmi/Makefile index c0276eb93f4..a579fcca821 100644 --- a/emulators/lrmi/Makefile +++ b/emulators/lrmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:35 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:41:59 obache Exp $ # DISTNAME= lrmi-0.8 @@ -13,7 +13,7 @@ COMMENT= Wrapper to the i386 vm86 mode ONLY_FOR_PLATFORM= *-*-i386 NOT_FOR_PLATFORM+= Interix-*-* # cannot call real mode from Windows -MAKEFILE= Makefile.bsd +MAKE_FILE= Makefile.bsd INSTALLATION_DIRS= bin include lib do-install: diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index d6265b3f881..893cce8d1ed 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/12 16:28:06 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/09/09 02:41:59 obache Exp $ # DISTNAME= openmsx-0.5.2 @@ -14,7 +14,7 @@ USE_TOOLS+= gmake USE_LANGUAGES= c c++ HAS_CONFIGURE= yes -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile CONFIGURE_ENV+= OPENMSX_FLAVOUR=pkgsrc MAKE_ENV+= OPENMSX_FLAVOUR=pkgsrc diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 91476e3e50b..3b0c067f832 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/17 20:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:42:00 obache Exp $ # DISTNAME= raines-0.43.3 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake perl:run pkg-config -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_ENV+= OSTYPE=linux REPLACE_PERL= makedep PTHREAD_OPTS+= require diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 97e32796ccc..c15d2461bbb 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/09 21:04:43 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/09/09 02:42:00 obache Exp $ # DISTNAME= xm71010s @@ -23,7 +23,7 @@ EXTRACT_OPTS_LHA= qt # convert CRLF to LF WRKSRC= ${WRKDIR}/vm NO_CONFIGURE= yes -MAKEFILE= makefile.x11 +MAKE_FILE= makefile.x11 INSTALLATION_DIRS= bin .include "../../mk/x11.buildlink3.mk" diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 4796b6c8a8b..f3e680fb680 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.146 2006/06/15 11:40:00 dillo Exp $ +# $NetBSD: Makefile,v 1.147 2006/09/09 02:42:00 obache Exp $ # DISTNAME= xmame-0.106 @@ -15,7 +15,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} USE_TOOLS+= gmake -MAKEFILE= makefile.unix +MAKE_FILE= makefile.unix TARGET= ${PKGBASE} UNLIMIT_RESOURCES= datasize diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index b11ce9cc924..b622bcd06d6 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2006/06/15 11:40:00 dillo Exp $ +# $NetBSD: Makefile,v 1.87 2006/09/09 02:42:00 obache Exp $ # DISTNAME= xmame-0.106 @@ -16,7 +16,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} USE_TOOLS+= gmake -MAKEFILE= makefile.unix +MAKE_FILE= makefile.unix TARGET= ${PKGBASE} UNLIMIT_RESOURCES= datasize diff --git a/fonts/ec-fonts-mftraced/Makefile b/fonts/ec-fonts-mftraced/Makefile index dbc03baaa52..68d943588fb 100644 --- a/fonts/ec-fonts-mftraced/Makefile +++ b/fonts/ec-fonts-mftraced/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/07 05:10:39 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:42:00 obache Exp $ # DISTNAME= ec-fonts-mftraced-1.0.8 @@ -14,7 +14,7 @@ USE_DIRS+= texmf-1.1 USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX:Q} TEX_FONTMAPS= ec-mftrace.map diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index c54958c7b23..1ae588460c3 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/23 22:22:05 darcy Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:42:00 obache Exp $ DISTNAME= mftrace-1.1.18 CATEGORIES= fonts @@ -16,7 +16,7 @@ DEPENDS+= t1utils>=1.27:../../fonts/t1utils USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 diff --git a/fonts/pcf2bdf/Makefile b/fonts/pcf2bdf/Makefile index 7a30c5ae5c3..039e1586450 100644 --- a/fonts/pcf2bdf/Makefile +++ b/fonts/pcf2bdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:10 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:42:00 obache Exp $ # DISTNAME= pcf2bdf-1.04 @@ -14,7 +14,7 @@ COMMENT= Convert X font from PCF to BDF WRKSRC= ${WRKDIR} USE_TOOLS+= gmake USE_LANGUAGES= c++ -MAKEFILE= Makefile.gcc +MAKE_FILE= Makefile.gcc INSTALLATION_DIRS= bin man/man1 diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index d292bc1ae26..1958c847d21 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/08/06 18:26:51 cube Exp $ +# $NetBSD: Makefile,v 1.30 2006/09/09 02:42:00 obache Exp $ # DISTNAME= angband-283 @@ -17,7 +17,7 @@ CONFLICTS= angband-x11-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME}/src EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAKEFILE= Makefile.std +MAKE_FILE= Makefile.std BUILD_TARGET= angband SPOILERFILE= angband-spoilers.tar.gz diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index 40f7b3d9184..16ca905087c 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/12 16:28:07 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:42:00 obache Exp $ # DISTNAME= blobwars-1.04-1 @@ -14,7 +14,7 @@ COMMENT= Blob Wars: Metal Blob Solid (platform shooter) USE_LANGUAGES= c++ WRKSRC= ${WRKDIR}/blobwars-1.04 -MAKEFILE= makefile +MAKE_FILE= makefile USE_TOOLS+= gmake .include "../../audio/SDL_mixer/buildlink3.mk" diff --git a/games/digger/Makefile b/games/digger/Makefile index 7d96bf409b4..566dc3f538a 100644 --- a/games/digger/Makefile +++ b/games/digger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/15 13:31:28 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:42:00 obache Exp $ # DISTNAME= digger-20020314 @@ -14,10 +14,10 @@ COMMENT= Digger Remastered .include "../../mk/bsd.prefs.mk" .if ${OPSYS:MLinux} -MAKEFILE= Makefile.sdl +MAKE_FILE= Makefile.sdl USE_TOOLS+= gmake .else -MAKEFILE= Makefile.fbsd +MAKE_FILE= Makefile.fbsd MAKE_FLAGS+= -DSDL .endif diff --git a/games/dipmap/Makefile b/games/dipmap/Makefile index 53cbc7ddeb0..5b2c47d3baf 100644 --- a/games/dipmap/Makefile +++ b/games/dipmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/27 16:30:28 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/09 02:42:00 obache Exp $ DISTNAME= mapit.v1-16 PKGNAME= dipmap-1.16 @@ -11,7 +11,7 @@ MAINTAINER= njohnston@globaltetrahedron.com HOMEPAGE= http://www.diplom.org/Online/mapsoftware.html COMMENT= Generate postscript maps from results of play-by-email Diplomacy games -MAKEFILE= makefile +MAKE_FILE= makefile USE_TOOLS+= csh:run WRKSRC= ${WRKDIR}/mapit INSTALLATION_DIRS= bin libexec diff --git a/games/finalbattle/Makefile b/games/finalbattle/Makefile index d5fb4adeef7..a36605fe531 100644 --- a/games/finalbattle/Makefile +++ b/games/finalbattle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:14 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:42:00 obache Exp $ # DISTNAME= finalbattle.0.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.sonic.net/~nbs/unix/x/finalbattle/ COMMENT= Multiplayer space battle simulation for X WRKSRC= ${WRKDIR}/final -MAKEFILE= makefile +MAKE_FILE= makefile USE_X11BASE= yes diff --git a/games/galaxa/Makefile b/games/galaxa/Makefile index 310af8ad6d8..710ca07bdbb 100644 --- a/games/galaxa/Makefile +++ b/games/galaxa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/05 23:09:15 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:42:00 obache Exp $ # DISTNAME= galaxa.0.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.newbreedsoftware.com/galaxa/ COMMENT= Space game based loosely on "Galaga" WRKSRC= ${WRKDIR}/galaxa -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/x11.buildlink3.mk" diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile index 9d92e5b4533..667103554f0 100644 --- a/games/icbm3d/Makefile +++ b/games/icbm3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:16 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:42:00 obache Exp $ # DISTNAME= icbm3d.0.4 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.sonic.net/~nbs/unix/x/icbm3d/ COMMENT= 3D X11 game of defense WRKSRC= ${WRKDIR}/icbm3d -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/nagi/Makefile b/games/nagi/Makefile index 0eab2b623ae..5fe8de5afec 100644 --- a/games/nagi/Makefile +++ b/games/nagi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/12 16:28:10 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/09 02:42:00 obache Exp $ # DISTNAME= nagi_src_-_2002-11-14 @@ -13,7 +13,7 @@ COMMENT= Clone of Sierra's AGI WRKSRC= ${WRKDIR}/src USE_TOOLS+= gmake -MAKEFILE= Makefile.linux +MAKE_FILE= Makefile.linux NAGILIB= ${PREFIX}/lib/nagi diff --git a/games/quake/Makefile b/games/quake/Makefile index 8cf00da827e..ed800f2293a 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/03/09 21:04:43 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2006/09/09 02:42:01 obache Exp $ DISTNAME= q1source PKGNAME= quake-2.30 @@ -29,8 +29,8 @@ LDFLAGS+= ${LIBOSSAUDIO} INSTALLATION_DIRS= bin do-configure: - cd ${WRKSRC}/qw && ${LN} -fs makefile.linux ${MAKEFILE} - cd ${WRKSRC}/winquake && ${LN} -fs makefile.linuxi386 ${MAKEFILE} + cd ${WRKSRC}/qw && ${LN} -fs makefile.linux ${MAKE_FILE} + cd ${WRKSRC}/winquake && ${LN} -fs makefile.linuxi386 ${MAKE_FILE} do-build: ( cd ${WRKSRC}/qw ; ${SETENV} ${MAKE_ENV} \ diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index f80def86dfb..4ebeebc743b 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/12 16:28:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/09 02:42:01 obache Exp $ # DISTNAME= starfighter-1.1-1 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake USE_LANGUAGES+= c++ WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//} -MAKEFILE= makefile +MAKE_FILE= makefile post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/starfighter/music diff --git a/games/xbomber/Makefile b/games/xbomber/Makefile index 3d32c3e875f..9698f53e6e1 100644 --- a/games/xbomber/Makefile +++ b/games/xbomber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:42:01 obache Exp $ # DISTNAME= xbomber.0.8 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.newbreedsoftware.com/xbomber/ COMMENT= Colorful game where you blow other people/robots up WRKSRC= ${WRKDIR}/xbomber -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/x11.buildlink3.mk" diff --git a/games/xevil/Makefile b/games/xevil/Makefile index c4e965545e8..953d47ff46e 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/15 21:10:41 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:42:01 obache Exp $ DISTNAME= xevilsrc2.02r2 PKGNAME= xevil-2.02 @@ -11,7 +11,7 @@ MAINTAINER= snj@pobox.com HOMEPAGE= http://www.xevil.com/ COMMENT= Side scrolling, bloody action game -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= pkgsrc WRKSRC= ${WRKDIR} diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile index 5a48c2a2387..1282c8e0ae8 100644 --- a/games/xfreecell/Makefile +++ b/games/xfreecell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/11 14:07:51 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:42:01 obache Exp $ DISTNAME= xfreecell-1.0.5b PKGREVISION= 1 @@ -13,7 +13,7 @@ COMMENT= Popular freecell card game for X USE_X11BASE= yes USE_TOOLS+= gmake USE_LANGUAGES= c++ -MAKEFILE= makefile +MAKE_FILE= makefile WRKSRC= ${WRKDIR}/xfreecell NO_CONFIGURE= YES diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 580d3915e78..42a5667679c 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/11 20:42:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/09 02:42:01 obache Exp $ # DISTNAME= gdal-1.3.1 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile PKG_OPTIONS_VAR= PKG_OPTIONS.gdal-lib PKG_SUPPORTED_OPTIONS= pgsql diff --git a/graphics/3DKit/Makefile.common b/graphics/3DKit/Makefile.common index 3406edfc6bd..e00986985c0 100644 --- a/graphics/3DKit/Makefile.common +++ b/graphics/3DKit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2006/03/04 21:29:45 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2006/09/09 02:42:01 obache Exp $ # DISTNAME= 3DKit-0.3.1r2 @@ -14,6 +14,6 @@ DESCR_SRC?= ${.CURDIR}/../../graphics/3DKit/DESCR NO_CONFIGURE= YES USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile .include "../../mk/x11.buildlink3.mk" diff --git a/graphics/cpia2view/Makefile b/graphics/cpia2view/Makefile index f45e7aafbca..07bd3644d1d 100644 --- a/graphics/cpia2view/Makefile +++ b/graphics/cpia2view/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:42:01 obache Exp $ # DISTNAME= cpia2_driver-1.0 @@ -21,13 +21,13 @@ do-build: for f in cpia2shot cpia2view ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ NOGCCERROR= \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f ; \ done do-install: for f in cpia2shot cpia2view ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f install ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ; \ done .include "../../graphics/imlib/buildlink3.mk" diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile index 78b2b9f7184..ae13ccd3686 100644 --- a/graphics/gdk-pixbuf-gnome/Makefile +++ b/graphics/gdk-pixbuf-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2006/09/09 02:42:01 obache Exp $ .include "../../graphics/gdk-pixbuf/Makefile.common" @@ -27,7 +27,7 @@ do-install: ${SH} ../libtool --mode=install ${INSTALL_DATA} \ libgnomecanvaspixbuf.la ${PREFIX}/lib cd ${WRKSRC}/doc && \ - ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} \ ${INSTALL_TARGET} .include "../../mk/bsd.pkg.mk" diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 495fcdc4160..61b0effefb4 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/07/15 18:27:51 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/09 02:42:01 obache Exp $ # DISTNAME= jhead-2.4 @@ -12,7 +12,7 @@ COMMENT= Extract EXIF header from JPEG image PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gunzip -MAKEFILE= makefile +MAKE_FILE= makefile INSTALLATION_DIRS= bin man/man1 share/doc/html/jhead diff --git a/graphics/jpeg_ls/Makefile b/graphics/jpeg_ls/Makefile index fcd0beb0862..4a2a9c64e91 100644 --- a/graphics/jpeg_ls/Makefile +++ b/graphics/jpeg_ls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/06/15 13:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:42:01 obache Exp $ # DISTNAME= jpeg_ls_v2.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.ece.ubc.ca/spmg/research/jpeg/jpeg_ls/jpegls.html COMMENT= JPEG-LS codec (lossless/near-lossless codec) BUILD_DIRS= ${WRKSRC}/Decoder ${WRKSRC}/Encoder -MAKEFILE= makefile +MAKE_FILE= makefile LICENSE= no-commercial-use INSTALLATION_DIRS= bin diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 1199cfe7897..ead7344a15b 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.143 2006/06/25 06:35:58 adam Exp $ +# $NetBSD: Makefile,v 1.144 2006/09/09 02:42:01 obache Exp $ DISTNAME= netpbm-10.34 CATEGORIES= graphics @@ -16,7 +16,7 @@ USE_TOOLS+= bash:run gmake lex perl INSTALL_TARGET= install-dev install-run MAKE_ENV+= INSTALL=${INSTALL:Q} STRIPFLAG=${_STRIPFLAG_INSTALL:Q} \ pkgdir=${STAGEDIR:Q} MACHINE=${MACHINE:Q} -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile PLIST_SRC= ${WRKDIR}/PLIST_STAGE REPLACE_PERL+= editor/ppmfade editor/ppmshadow editor/pnmquant \ generator/ppmrainbow manweb editor/pnmflip editor/ppmquant diff --git a/graphics/ov519view/Makefile b/graphics/ov519view/Makefile index ed1f5290555..1444d7b7989 100644 --- a/graphics/ov519view/Makefile +++ b/graphics/ov519view/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:42:01 obache Exp $ # DISTNAME= ov51x-1.65-1.11-mark @@ -21,13 +21,13 @@ do-build: for f in ov519shot ov519view ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ NOGCCERROR= \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f ; \ done do-install: for f in ov519shot ov519view ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f install ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ; \ done .include "../../graphics/imlib/buildlink3.mk" diff --git a/graphics/p5-Gnome/Makefile b/graphics/p5-Gnome/Makefile index 13f68cb8a4a..1522a27cf09 100644 --- a/graphics/p5-Gnome/Makefile +++ b/graphics/p5-Gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/26 23:39:27 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:42:01 obache Exp $ # .include "../../x11/p5-gtk/Makefile.common" @@ -17,7 +17,7 @@ SUBPACKAGE= Gnome pre-configure: cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} + ${MAKE_PROGRAM} -f ${MAKE_FILE} ${BUILD_TARGET} .include "../../x11/gnome-libs/buildlink3.mk" .include "../../x11/p5-gtk/Makefile.subpackage" diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile index 9f2ce7892a7..6b69d218e1c 100644 --- a/graphics/phpsview/Makefile +++ b/graphics/phpsview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/05/27 02:44:02 hamajima Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:42:01 obache Exp $ # DISTNAME= pwc-9.0.2 @@ -21,7 +21,7 @@ do-build: for f in phpsshot phpsview ; do \ cd ${WRKSRC}/2.4 && ${SETENV} ${MAKE_ENV} \ NOGCCERROR= \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f ; \ done do-install: diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index b890757f9f8..9e5c5dcf7c5 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/27 02:44:12 hamajima Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:42:01 obache Exp $ # DISTNAME= qce-ga-0.40d @@ -20,13 +20,13 @@ do-build: for f in qcamshot qcamview ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ NOGCCERROR= \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f ; \ done do-install: for f in qcamshot qcamview ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f install ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ; \ done .include "../../graphics/imlib/buildlink3.mk" diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 6acef471a6a..f94a6aa9022 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/17 13:46:03 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2006/09/09 02:42:01 obache Exp $ DISTNAME= urt PKGNAME= urt-3.1b1 @@ -21,7 +21,7 @@ USE_LIBTOOL= yes CONFIGURE_SCRIPT=./Configure CONFIGURE_ARGS+= config/urt HAS_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= post-extract: diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 7cc9c493490..be33a992b63 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2006/05/14 21:16:00 schwarz Exp $ +# $NetBSD: Makefile,v 1.66 2006/09/09 02:42:02 obache Exp $ DISTNAME= xv-3.10a PKGREVISION= 12 @@ -39,11 +39,11 @@ pre-configure: .if ${OPSYS} == "SunOS" post-configure: - ${MV} ${WRKSRC}/${MAKEFILE} ${WRKSRC}/${MAKEFILE}.orig && \ + ${MV} ${WRKSRC}/${MAKE_FILE} ${WRKSRC}/${MAKE_FILE}.orig && \ ${SED} -e 's| CC = .*| CC = ${CC}|' \ -e 's| CCOPTIONS = .*| CCOPTIONS = ${CFLAGS}|' \ -e 's| CDEBUGFLAGS = .*| CDEBUGFLAGS =|' \ - ${WRKSRC}/${MAKEFILE}.orig > ${WRKSRC}/${MAKEFILE} + ${WRKSRC}/${MAKE_FILE}.orig > ${WRKSRC}/${MAKE_FILE} .endif post-install: diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile index 408f20c19b8..ef28f25ecaf 100644 --- a/ham/7plus/Makefile +++ b/ham/7plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:41 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:43:09 obache Exp $ # DISTNAME= 7pl225sr @@ -16,7 +16,7 @@ COMMENT= Uuencode-like file coder for AMPR BBS S&F of binary files LICENSE= no-commercial-use WRKSRC= ${WRKDIR}/7plsrc.225 -MAKEFILE= netbsd.mak +MAKE_FILE= netbsd.mak USE_TOOLS+= gmake post-install: diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile index 03a38813528..35aad0ebcd9 100644 --- a/ham/cwtext/Makefile +++ b/ham/cwtext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:53 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:43:09 obache Exp $ DISTNAME= cwtext-0.95 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cwtext.sourceforge.net/ COMMENT= Morse Code Generator -MAKEFILE= makefile +MAKE_FILE= makefile USE_TOOLS+= gmake BUILD_TARGET= ALL @@ -19,8 +19,8 @@ post-patch: ${SED} -e "s,^PREFIX,#PREFIX,g" \ -e "s,gcc,${CC} ${CFLAGS},g" \ -e "s,python,${PYTHONBIN},g" \ - ${WRKSRC}/${MAKEFILE} > ${WRKSRC}/${MAKEFILE}.done - ${MV} ${WRKSRC}/${MAKEFILE}.done ${WRKSRC}/${MAKEFILE} + ${WRKSRC}/${MAKE_FILE} > ${WRKSRC}/${MAKE_FILE}.done + ${MV} ${WRKSRC}/${MAKE_FILE}.done ${WRKSRC}/${MAKE_FILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cwpcm ${PREFIX}/bin diff --git a/ham/dpbox/Makefile b/ham/dpbox/Makefile index 0ae8bb84c00..7581a491448 100644 --- a/ham/dpbox/Makefile +++ b/ham/dpbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/30 16:12:01 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:43:09 obache Exp $ # DISTNAME= dpbox-60000 @@ -13,7 +13,7 @@ COMMENT= Multi-Protocol Amateur Packet Radio BBS WRKSRC= ${WRKDIR}/dpbox-6.00.00/source USE_TOOLS+= gmake -MAKEFILE= Makefile.netbsd +MAKE_FILE= Makefile.netbsd MAKE_ENV+= prefix=${PREFIX:Q} diff --git a/lang/cu-prolog/Makefile b/lang/cu-prolog/Makefile index 7ca2e6847e3..65e47ef4021 100644 --- a/lang/cu-prolog/Makefile +++ b/lang/cu-prolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:53 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:43:09 obache Exp $ DISTNAME= cu-prolog-3.94 CATEGORIES= lang @@ -10,7 +10,7 @@ COMMENT= Experimental constraint logic programming language WRKSRC= ${WRKDIR}/src DIST_SUBDIR= ${DISTNAME} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= cup INSTALLATION_DIRS= bin diff --git a/lang/gwydion-dylan/Makefile b/lang/gwydion-dylan/Makefile index 12778c6df69..3c28b499001 100644 --- a/lang/gwydion-dylan/Makefile +++ b/lang/gwydion-dylan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:29:54 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/09 02:43:09 obache Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -15,7 +15,7 @@ COMMENT= Functional language USE_TOOLS+= gmake perl USE_LIBTOOL= yes -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile BUILD_TARGET= default GNU_CONFIGURE= yes diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 1e6aea56b12..befe3f24e93 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:55 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:43:09 obache Exp $ DISTNAME= objc-3.2.6 CATEGORIES= lang @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes pre-configure: ${ECHO} >> ${WRKSRC_BS}/configure \ - '${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET}' + '${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET}' post-configure: ${LN} -s . ${WRKSRC_BS}/bin diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index 8c184107680..e06e524623e 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/06/06 18:35:45 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:43:09 obache Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -14,7 +14,7 @@ COMMENT= Portable ANS-like Forth WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ USE_TOOLS+= gmake -MAKEFILE= ${WRKSRC}/makefile +MAKE_FILE= ${WRKSRC}/makefile NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 1738f065e54..fee89fb20c3 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/06/19 02:28:52 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:09 obache Exp $ DISTNAME= siod PKGNAME= siod-3.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://people.delphi.com/gjc/siod.html COMMENT= Small-footprint implementation of the Scheme programming language WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= ${OPSYS} MAKE_ENV+= CC=${CC:Q} CPPFLAGS+= -Dunix=1 diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index fbc902b17ba..1da7f4dd3f0 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/08/08 21:08:14 tron Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:43:09 obache Exp $ DISTNAME= js-1.5 PKGNAME= ${DISTNAME:S/js/spidermonkey/} @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/js/src NO_CONFIGURE= yes USE_TOOLS+= gmake -MAKEFILE= Makefile.ref +MAKE_FILE= Makefile.ref INSTALLATION_DIRS= bin include lib diff --git a/lang/spl/Makefile b/lang/spl/Makefile index 60ee7b50792..57e56c41689 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/05/29 16:31:43 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/09/09 02:43:09 obache Exp $ # DISTNAME= spl-0.9h @@ -22,7 +22,7 @@ SUBST_SED.prefix+= -e 's,^ cgibin_libdir.*, cgibin_libdir = ${PREFIX}/libexec/ #subst.mk does not correctly detect GNUmakefile as text file _SUBST_IS_TEXT_FILE=true -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile BUILD_TARGET= all spldoc EGDIR= ${PREFIX}/share/examples/spl DOCDIR= ${PREFIX}/share/doc/spl diff --git a/lang/tinyscheme/Makefile b/lang/tinyscheme/Makefile index a67c6b657be..62c0c305e1d 100644 --- a/lang/tinyscheme/Makefile +++ b/lang/tinyscheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:56 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:09 obache Exp $ DISTNAME= tinyscheme-1.35 CATEGORIES= lang @@ -8,7 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tinyscheme.sourceforge.net/home.html COMMENT= BSD-licensed R5RS small embeddable scheme implementation -MAKEFILE= makefile +MAKE_FILE= makefile USE_LIBTOOL= yes .include "../../mk/bsd.pkg.mk" diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index c3eee960d3e..aea29b344ed 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/02 12:23:27 gdt Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:43:09 obache Exp $ # DISTNAME= twelf-1-4 @@ -21,7 +21,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/twelf -MAKEFILE= smlnj/Makefile +MAKE_FILE= smlnj/Makefile MAKEFLAGS+= sml=${PREFIX:Q}/bin/sml BUILD_TARGET= twelf-server twelf-sml diff --git a/lang/ucblogo/Makefile b/lang/ucblogo/Makefile index 12314e64e62..3c5d6ad4405 100644 --- a/lang/ucblogo/Makefile +++ b/lang/ucblogo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:57 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/09/09 02:43:10 obache Exp $ DISTNAME= ucblogo-5.3 PKGREVISION= 2 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://http.cs.berkeley.edu/~bh/logo.html COMMENT= Brian Harvey's logo language interpreter -MAKEFILE= makefile +MAKE_FILE= makefile GNU_CONFIGURE= yes # otherwise ./configure guesses -L incorrectly LIBS+= -L${X11BASE}/lib diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 9456c117122..8de186b24dc 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/07/29 05:35:22 minskim Exp $ +# $NetBSD: Makefile,v 1.53 2006/09/09 02:43:10 obache Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 4 @@ -46,7 +46,7 @@ REPLACE_PERL= scripts/addxface scripts/deepen scripts/facesaddr \ scripts/newsfrom.faces scripts/rotary.faces do-configure: - ${LN} -sf Makefile.dist ${WRKSRC}/${MAKEFILE} + ${LN} -sf Makefile.dist ${WRKSRC}/${MAKE_FILE} cd ${WRKSRC}; \ files=" \ x11.c \ diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 32a132c7c64..83dcc2d7e56 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/06/16 17:11:25 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/09/09 02:43:10 obache Exp $ DISTNAME= majordomo-1.94.5 PKGREVISION= 2 @@ -19,7 +19,7 @@ USE_TOOLS+= perl:run BUILD_TARGET= wrapper INSTALL_TARGET= install install-wrapper -MAKEFILE= Makefile.netbsd +MAKE_FILE= Makefile.netbsd MAJORDOMO_TMPDIR?= /var/tmp MAJORDOMO_HOMEDIR?= /home diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile index c6d01370b91..dce9f32f4ac 100644 --- a/mail/oe2mbx/Makefile +++ b/mail/oe2mbx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:34 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:10 obache Exp $ # DISTNAME= oe2mbx-1.21 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gpl.no/liboe/ COMMENT= Outlook Express messages to the Unix mailbox format converter WRKSRC= ${WRKDIR}/liboe-0.92 -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_ENV+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} \ INSTALL_LIB=${INSTALL_LIB:Q} \ diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 3ccda24750c..817f1c47478 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/09/28 14:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:10 obache Exp $ DISTNAME= sma-1.3.2 CATEGORIES= mail @@ -11,7 +11,7 @@ COMMENT= Sendmail log analyser WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_CONFIGURE= yes -MAKEFILE= Makefile +MAKE_FILE= Makefile BUILD_TARGET= sma .include "../../mk/bsd.prefs.mk" diff --git a/math/abs/Makefile b/math/abs/Makefile index cd8ccfba368..1888b6719f1 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/09/09 02:43:10 obache Exp $ # DISTNAME= abs-src-0.8 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.ping.be/bertin/abs.shtml COMMENT= Free spreadsheet with graphical user interface USE_X11BASE= YES -MAKEFILE= Makefile.netBSD +MAKE_FILE= Makefile.netBSD INSTALLATION_DIRS= bin diff --git a/math/euler/Makefile b/math/euler/Makefile index 009b6fdca19..68943e9d43e 100644 --- a/math/euler/Makefile +++ b/math/euler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:03 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:10 obache Exp $ DISTNAME= euler-1.60.6 PKGREVISION= 5 @@ -10,7 +10,7 @@ HOMEPAGE= http://euler.sourceforge.net/index.html COMMENT= Interactive numerical analysis and graphics program WRKSRC= ${WRKDIR}/euler-1.60/source -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= euler .include "../../x11/gtk/buildlink3.mk" diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 7895ca1a82a..69bb787c521 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/15 13:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/09 02:43:10 obache Exp $ # DISTNAME= ltm-0.30 @@ -14,7 +14,7 @@ COMMENT= Number theoretic multiple-precision integer library PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/libtommath-0.30 -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= default INSTALLATION_DIRS= include lib diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 7a69f7aceb1..8abf2658c02 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2006/08/15 15:38:25 minskim Exp $ +# $NetBSD: Makefile,v 1.72 2006/09/09 02:43:10 obache Exp $ # DISTNAME= mathomatic-12.6.1 @@ -13,7 +13,7 @@ COMMENT= Small portable symbolic math program PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile CFLAGS.SunOS+= -DSOLARIS diff --git a/math/meschach/Makefile b/math/meschach/Makefile index 65f50e45070..63cc33b9977 100644 --- a/math/meschach/Makefile +++ b/math/meschach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:04 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:43:10 obache Exp $ DISTNAME= mesch12b PKGNAME= meschach-1.2b @@ -12,7 +12,7 @@ COMMENT= Library of C Routines for Matrix Computations WRKSRC= ${WRKDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-all -MAKEFILE= makefile +MAKE_FILE= makefile pre-patch: ${CP} ${FILESDIR}/makefile.in ${WRKSRC} diff --git a/math/newmat/Makefile b/math/newmat/Makefile index d03f65d8f2a..42ea8bc3e9d 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/01 19:30:12 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:43:10 obache Exp $ # DISTNAME= newmat10 # actually newmat10B, but no such distfile @@ -13,7 +13,7 @@ COMMENT= Newmat C++ Matrix Library WRKSRC= ${WRKDIR} DIST_SUBDIR= newmat10B -MAKEFILE= nm_cc.mak +MAKE_FILE= nm_cc.mak BUILD_TARGET= garch USE_LANGUAGES= c++ diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 5a85d6d0c9e..a4c07a4bd58 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/06/04 11:27:44 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:43:10 obache Exp $ DISTNAME= ntl-5.3.1 PKGREVISION= 1 @@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src NO_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../devel/gmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile index 0c4548ddbb2..157f3e2fd13 100644 --- a/math/tochnog/Makefile +++ b/math/tochnog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/07/25 15:33:38 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:43:10 obache Exp $ DISTNAME= tochnog-20010429 CATEGORIES= math @@ -12,7 +12,7 @@ COMMENT= Finite Element Analysis Program WRKSRC= ${WRKDIR}/tochnog/src DIST_SUBDIR= ${DISTNAME} EXTRACT_ONLY= tn.tar.gz -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= netbsd MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q} diff --git a/misc/9menu/Makefile b/misc/9menu/Makefile index 145e34846cd..085de2e1642 100644 --- a/misc/9menu/Makefile +++ b/misc/9menu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:09 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:43:11 obache Exp $ DISTNAME= 9menu-1.8 PKGREVISION= 1 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Simple menu patterned after the plan9 user interface -MAKEFILE= Makefile.noimake +MAKE_FILE= Makefile.noimake BUILD_TARGET= 9menu WRKSRC= ${WRKDIR} diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 14c4b0d9799..77b2d92dc57 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/03/04 21:30:10 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2006/09/09 02:43:11 obache Exp $ DISTNAME= dialog-1.0-20060221 PKGNAME= ${DISTNAME:C/-2/.2/} @@ -11,7 +11,7 @@ HOMEPAGE= http://dickey.his.com/dialog/dialog.html COMMENT= Display dialog boxes from shell scripts GNU_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-P]-* diff --git a/misc/firelib/Makefile b/misc/firelib/Makefile index f768d3c1f6d..b79b6b5a3f5 100644 --- a/misc/firelib/Makefile +++ b/misc/firelib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/19 13:03:56 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/09 02:43:11 obache Exp $ # DISTNAME= firelib-1.0.1 @@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= fireSim INSTALLATION_DIRS= bin include lib diff --git a/misc/ibutton-pdkit/Makefile b/misc/ibutton-pdkit/Makefile index 38a90a4295b..98a453162d5 100644 --- a/misc/ibutton-pdkit/Makefile +++ b/misc/ibutton-pdkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:09 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:43:11 obache Exp $ # DISTNAME= ulinuxgnu @@ -12,7 +12,7 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://ibutton.com/ COMMENT= 1-Wire Public Domain Kit Version 2.00 -MAKEFILE= makefile +MAKE_FILE= makefile WRKSRC= ${WRKDIR} SCRIPTS_ENV+= SED=${SED} diff --git a/misc/molden/Makefile b/misc/molden/Makefile index fc99e58f762..efd2417147e 100644 --- a/misc/molden/Makefile +++ b/misc/molden/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/08/26 18:35:33 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:43:11 obache Exp $ DISTNAME= molden4.2 PKGNAME= ${DISTNAME:S/molden/&-/} @@ -13,7 +13,7 @@ COMMENT= Displaying MOLecular DENsity PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= molden USE_LANGUAGES= c fortran diff --git a/misc/vttest/Makefile b/misc/vttest/Makefile index c74a66df780..7a06200fcce 100644 --- a/misc/vttest/Makefile +++ b/misc/vttest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/30 11:57:34 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:43:11 obache Exp $ # DISTNAME= vttest-20050107 @@ -11,6 +11,6 @@ HOMEPAGE= http://dickey.his.com/vttest/vttest.html COMMENT= vt100/vt220/xterm test utility GNU_CONFIGURE= YES -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/misc/watch/Makefile b/misc/watch/Makefile index f5a334b89e9..be9c59fd8b6 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/07/11 16:35:24 smb Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:43:11 obache Exp $ DISTNAME= procps-3.2.6 PKGREVISION= 1 @@ -9,7 +9,7 @@ MASTER_SITES= http://procps.sourceforge.net/ MAINTAINER= simonb@NetBSD.org COMMENT= Watch a program with update intervals -MAKEFILE= ${FILESDIR}/Makefile +MAKE_FILE= ${FILESDIR}/Makefile MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} MAKE_ENV+= MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} diff --git a/net/bmon/Makefile b/net/bmon/Makefile index d76c02b3fc9..7987898aca6 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:23 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/09 02:43:11 obache Exp $ # DISTNAME= bmon-2.0.1 @@ -13,7 +13,7 @@ COMMENT= Bmon is an interface bandwidth monitor PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile USE_TOOLS+= gmake # In NetBSD 1.6.x the native curses implementation has problems with bmon. diff --git a/net/host/Makefile b/net/host/Makefile index 98e7ca293d9..ec9361f7d9f 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/09 02:43:11 obache Exp $ DISTNAME= host-20040812 CATEGORIES= net @@ -11,7 +11,7 @@ COMMENT= Powerful DNS query and testing tool INSTALLATION_DIRS= bin man/man1 NO_CONFIGURE = yes -MAKEFILE= Makefile.BSD +MAKE_FILE= Makefile.BSD MAKE_FLAGS+= __NetBSD__=1 diff --git a/net/mirror/Makefile b/net/mirror/Makefile index 6cf81a67c42..e51d63f9c6a 100644 --- a/net/mirror/Makefile +++ b/net/mirror/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/03/04 21:30:20 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/09/09 02:43:11 obache Exp $ DISTNAME= mirror-2.9 PKGREVISION= 2 @@ -10,7 +10,7 @@ HOMEPAGE= http://sunsite.org.uk/packages/mirror/ COMMENT= Mirror packages on remote sites WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile SCRIPTS_ENV+= PERL5=${PERL5} USE_TOOLS+= perl:run diff --git a/net/nagios-plugins/Makefile.plugin b/net/nagios-plugins/Makefile.plugin index 61b79d64f83..fd04781b451 100644 --- a/net/nagios-plugins/Makefile.plugin +++ b/net/nagios-plugins/Makefile.plugin @@ -1,16 +1,16 @@ -# $NetBSD: Makefile.plugin,v 1.1.1.1 2006/02/18 17:19:20 bouyer Exp $ +# $NetBSD: Makefile.plugin,v 1.2 2006/09/09 02:43:11 obache Exp $ # do-build: cd ${WRKSRC}/lib && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} .if ${BINARY_TARGET:D1} cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BINARY_TARGET} + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${BINARY_TARGET} .endif .if ${SCRIPT_TARGET:D1} cd ${WRKSRC}/plugins-scripts && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${SCRIPT_TARGET} + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${SCRIPT_TARGET} .endif do-install: diff --git a/net/netperf/Makefile b/net/netperf/Makefile index 271e695e232..50e258704d0 100644 --- a/net/netperf/Makefile +++ b/net/netperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/07/19 23:51:09 kristerw Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:11 obache Exp $ # KAME Id: Makefile,v 1.3 2000/01/21 12:34:29 itojun Exp # @@ -12,7 +12,7 @@ HOMEPAGE= http://www.netperf.org/ COMMENT= Rick Jones' network performance benchmarking package USE_TOOLS+= gzip -MAKEFILE= makefile +MAKE_FILE= makefile CFLAGS.IRIX+= -DIRIX diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile index 2302e059e4e..1b38bbede56 100644 --- a/net/netsaint-plugin-snmp/Makefile +++ b/net/netsaint-plugin-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:21 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:11 obache Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -23,7 +23,7 @@ INSTALLATION_DIRS= libexec/netsaint do-build: cd ${WRKSRC}/plugins && \ ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET} do-install: for PROG in ${BUILD_TARGET}; do \ diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index d9b50fbf85b..80dd5bb99e1 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/09 02:43:11 obache Exp $ DISTNAME= radiusd-cistron-1.6.7 PKGREVISION= 1 @@ -13,7 +13,7 @@ COMMENT= RADIUS-compliant remote authentication and accounting server CONFLICTS+= freeradius-[0-9]* -MAKEFILE= Makefile.BSD +MAKE_FILE= Makefile.BSD BUILD_DIRS= ${WRKSRC}/src INSTALL_DIRS= ${WRKSRC}/src diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index d6d02335152..b1f97a63f0d 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:25 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/09/09 02:43:12 obache Exp $ DISTNAME= tf-40s1 PKGNAME= tf-4.0s1 @@ -12,7 +12,7 @@ HOMEPAGE= http://tf.tcp.com/~hawkeye/tf/ COMMENT= Popular programmable MUD client, with macro support and more -MAKEFILE= ${WRKSRC}/unix/Makefile +MAKE_FILE= ${WRKSRC}/unix/Makefile MAKE_ENV+= TFVER=${DISTNAME:S/^tf-//:Q} PATCH_SITES= http://discworld.imaginary.com/external/taffyd/ diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index 1f0c97bca94..ccad153eea2 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/08/10 03:21:40 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/09 02:46:08 obache Exp $ DISTNAME= BibTool-2.48 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} @@ -8,7 +8,7 @@ HOMEPAGE= http://www.gerd-neugebauer.de/software/TeX/BibTool.en.html COMMENT= Tool to manipulate BibTeX databases GNU_CONFIGURE= yes -MAKEFILE= makefile +MAKE_FILE= makefile #CONFIGURE_DIRS= ${WRKSRC} ${WRKSRC}/BibTcl REPLACE_INTERPRETER+= tcl diff --git a/print/bww2tex/Makefile b/print/bww2tex/Makefile index f63e740ab19..a5ad85f86c5 100644 --- a/print/bww2tex/Makefile +++ b/print/bww2tex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:30 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:46:08 obache Exp $ # DISTNAME= bww2tex-2.00 @@ -14,7 +14,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison WRKSRC= ${WRKDIR} NO_CONFIGURE= yes -MAKEFILE= ${WRKSRC}/makefile +MAKE_FILE= ${WRKSRC}/makefile INSTALLATION_DIRS= bin man/man1 diff --git a/print/epstool/Makefile b/print/epstool/Makefile index 086540f6371..87aad5bbd73 100644 --- a/print/epstool/Makefile +++ b/print/epstool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:28 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/09 02:46:08 obache Exp $ # DISTNAME= epstool-3.07 @@ -9,6 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.wisc.edu/~ghost/gsview/epstool.htm COMMENT= Manipulate EPS files -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 75352702992..8d1bf4ba481 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/06/14 10:39:01 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2006/09/09 02:46:08 obache Exp $ DISTNAME= ghostscript-${GS_VERS} PKGREVISION= 8 @@ -128,7 +128,7 @@ DISTFILES+= ${GDI_DRV}.tar.gz EXTRACT_ONLY+= ${GDI_DRV}.tar.gz DIST_SUBDIR= ghostscript -MAKEFILE= src/unix-gcc.mak +MAKE_FILE= src/unix-gcc.mak BUILD_TARGET= std MAKEFRAGS= ${FILESDIR}/devs.nox11 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 7ae2e390564..80c906bd401 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/08/31 18:11:31 rillig Exp $ +# $NetBSD: Makefile,v 1.48 2006/09/09 02:46:08 obache Exp $ # DISTNAME= lilypond-2.4.3 @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ USE_TOOLS+= bison flex gmake gs:run makeinfo perl -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile TEXINFO_REQD= 4.7 GCC_REQD+= 3.0.5 diff --git a/print/pcps/Makefile b/print/pcps/Makefile index 169d7a86ca2..e05346eeec5 100644 --- a/print/pcps/Makefile +++ b/print/pcps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/12 20:57:39 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:46:08 obache Exp $ # DISTNAME= pcps840 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.swreg.org/soft_shop/695/shopscr3.shtml COMMENT= Converts text files to PostScript(tm) WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= MAKE_ENV+= "CC=${CC} ${CFLAGS} -DUNIX" NO_CONFIGURE= yes diff --git a/print/psutils/Makefile b/print/psutils/Makefile index 928a04f7ea0..c1132af73be 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/05/06 03:43:04 reed Exp $ +# $NetBSD: Makefile,v 1.35 2006/09/09 02:46:08 obache Exp $ DISTNAME= psutils-p17 PKGNAME= psutils-1.17 @@ -19,7 +19,7 @@ PAPERSIZE?= A4 MAKE_ENV+= PERL5=${PERL5:Q} MAKE_FLAGS+= PAPER=`${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'` -MAKEFILE= Makefile.unix +MAKE_FILE= Makefile.unix EGDIR= ${PREFIX}/share/examples/psutils CONF_FILES= ${EGDIR}/psutils.cfg ${PKG_SYSCONFDIR}/psutils.cfg diff --git a/security/crypto++/Makefile b/security/crypto++/Makefile index 3ede4201d7a..0b66f382910 100644 --- a/security/crypto++/Makefile +++ b/security/crypto++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:33 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:46:08 obache Exp $ # DISTNAME= cryptopp521 @@ -18,7 +18,7 @@ COMMENT= Free C++ class library of Cryptographic Primitives PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ diff --git a/security/putty/Makefile b/security/putty/Makefile index a7acde8428e..0bbbf92abbb 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:37 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:46:08 obache Exp $ # DISTNAME= putty-0.58 @@ -13,7 +13,7 @@ COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms USE_TOOLS+= gmake BUILD_DIRS= ${WRKSRC}/unix -MAKEFILE= Makefile.gtk +MAKE_FILE= Makefile.gtk .include "../../mk/bsd.prefs.mk" diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 9293f3ae8e9..60866dd4c92 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/04 21:30:38 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/09/09 02:46:08 obache Exp $ # DISTNAME= rsaref @@ -18,7 +18,7 @@ LICENSE= rsaref-license PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes -MAKEFILE= unix/makefile +MAKE_FILE= unix/makefile BUILD_TARGET= librsaref.la do-configure: diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile index 4dd24e3abd8..e509c222132 100644 --- a/sysutils/atitvout/Makefile +++ b/sysutils/atitvout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/11 10:07:50 ghen Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:46:08 obache Exp $ DISTNAME= atitvout-0.4 PKGREVISION= 1 @@ -19,7 +19,7 @@ USE_CONFIGURE= YES .if ${OPSYS} == "NetBSD" .include "../../emulators/lrmi/buildlink3.mk" -MAKEFILE= Makefile.bsd +MAKE_FILE= Makefile.bsd do-configure: ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC} diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile index abb62399998..aedf345ae1f 100644 --- a/sysutils/burn/Makefile +++ b/sysutils/burn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/07/22 05:10:54 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:46:08 obache Exp $ # DISTNAME= burn-0.4.0 @@ -16,7 +16,7 @@ DEPENDS+= cdrdao>=1.1.5:../../sysutils/cdrdao DEPENDS+= gworkspace-[0-9]*:../../sysutils/gworkspace NO_CONFIGURE= YES -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile USE_TOOLS+= gmake USE_LANGUAGES= objc WRKSRC= ${WRKDIR}/${PKGBASE} diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index 3d4a978e4ca..830b372b420 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/01/21 18:57:42 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:46:08 obache Exp $ # DISTNAME= crashme-2.4 @@ -13,7 +13,7 @@ COMMENT= Try to crash machine with random arguments to random system calls PKG_INSTALLATION_TYPES= overwrite pkgviews EXTRACT_OPTS= -f shar -MAKEFILE= makefile +MAKE_FILE= makefile WRKSRC= ${WRKDIR} .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/fs-kit/Makefile b/sysutils/fs-kit/Makefile index 3d5d0bd552f..27b4a3321fa 100644 --- a/sysutils/fs-kit/Makefile +++ b/sysutils/fs-kit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:41 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/09/09 02:46:08 obache Exp $ DISTNAME= fs-kit-0.4 CATEGORIES= sysutils @@ -14,7 +14,7 @@ LICENSE= fs-kit-license WRKSRC= ${WRKDIR}/fs-kit CFLAGS+= -Dunix=1 -MAKEFILE= makefile +MAKE_FILE= makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fsh ${PREFIX}/sbin/fs-fsh diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile index a2a6b94aa04..9d5b8215561 100644 --- a/sysutils/rfstool/Makefile +++ b/sysutils/rfstool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:46:08 obache Exp $ # DISTNAME= rfstool-0.14-source @@ -15,7 +15,7 @@ COMMENT= Tools to access ReiserFS partitions PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/rfstool -MAKEFILE= makefile.gcc3x +MAKE_FILE= makefile.gcc3x USE_LANGUAGES+= c++ INSTALLATION_DIRS= sbin diff --git a/textproc/convertlit/Makefile b/textproc/convertlit/Makefile index a34b5d0bb4b..9edae9cfd04 100644 --- a/textproc/convertlit/Makefile +++ b/textproc/convertlit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:15 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 02:46:08 obache Exp $ # # In order to ensure compliance with U.S. and international law, please # do not modify this file to provide pointers to the source or homepage @@ -18,7 +18,7 @@ COMMENT= Convert Microsoft Legal Reader format eBooks into open format WRKSRC= ${WRKDIR} BUILD_DIRS= lib clit18 -MAKEFILE= makefile +MAKE_FILE= makefile USE_TOOLS+= gmake SUBST_CLASSES+= d2u diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 7326ebef13e..0f49288ad04 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/08 06:22:51 snj Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/09 02:46:08 obache Exp $ DISTNAME= diffstat-1.41 CATEGORIES= textproc @@ -11,6 +11,6 @@ COMMENT= Display a histogram of diff changes GNU_CONFIGURE= YES -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/textproc/lua-expat/Makefile b/textproc/lua-expat/Makefile index 4538673b154..3ef36aca6d4 100644 --- a/textproc/lua-expat/Makefile +++ b/textproc/lua-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:03 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/09 02:46:08 obache Exp $ # DISTNAME= luaexpat-1.0a @@ -12,7 +12,7 @@ HOMEPAGE= http://www.tecgraf.puc-rio.br/~diego/luasocket/new/ COMMENT= XML parser for LUA based on expat USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile INSTALLATION_DIRS= lib diff --git a/textproc/robodoc/Makefile b/textproc/robodoc/Makefile index e05fffdb212..29e00210161 100644 --- a/textproc/robodoc/Makefile +++ b/textproc/robodoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/09 02:46:08 obache Exp $ # DISTNAME= robodoc-3.2.3 @@ -18,6 +18,6 @@ SUBST_FILES.gm4= Docs/makefile.in SUBST_SED.gm4+= -e 's,@M4@,${TOOLS_M4},g' SUBST_STAGE.gm4= post-patch -MAKEFILE= makefile +MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/textproc/stardic/Makefile b/textproc/stardic/Makefile index 41913c6f905..882b5692f12 100644 --- a/textproc/stardic/Makefile +++ b/textproc/stardic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/28 18:48:25 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:46:08 obache Exp $ DISTNAME= dic PKGNAME= stardic-1.31 @@ -11,7 +11,7 @@ COMMENT= English-Chinese dictionary DIST_SUBDIR= ${PKGNAME_NOREV} -MAKEFILE= makefile +MAKE_FILE= makefile USE_LANGUAGES= c c++ FONTS_DIRS.x11+= ${PREFIX}/share/stardic/hzfont diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index bcb4496ec11..8e486144fa3 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/06/10 20:09:44 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2006/09/09 02:46:09 obache Exp $ DISTNAME= yodl-1.31.18 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= High-level document preparation system GNU_CONFIGURE= YES USE_TOOLS+= bison flex gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile CONFIGURE_ENV+= ILDFLAGS=${LDFLAGS:Q} .include "../../lang/python/application.mk" diff --git a/time/cal/Makefile b/time/cal/Makefile index 695f248c420..8b1ed0526f9 100644 --- a/time/cal/Makefile +++ b/time/cal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:46:09 obache Exp $ DISTNAME= cal-3.5 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Enhanced color version of standard calendar utility WRKSRC= ${WRKDIR}/cal-3.5/source -MAKEFILE= makefile.unx +MAKE_FILE= makefile.unx BUILD_TARGET= cal PKG_SYSCONFSUBDIR= cal diff --git a/time/glclock/Makefile b/time/glclock/Makefile index 1cd0c9294bf..1e40a6ac32f 100644 --- a/time/glclock/Makefile +++ b/time/glclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/05/15 22:27:58 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/09 02:46:09 obache Exp $ # DISTNAME= glclock-6.0b6.0 @@ -12,7 +12,7 @@ COMMENT= OpenGL-based pocket watch USE_LANGUAGES= c++ -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= glclock diff --git a/www/jakarta-servletapi/Makefile b/www/jakarta-servletapi/Makefile index 5454258573f..e102b8c6575 100644 --- a/www/jakarta-servletapi/Makefile +++ b/www/jakarta-servletapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/02 19:51:14 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/09/09 02:46:09 obache Exp $ DISTNAME= jakarta-servletapi-${TOMCAT_VERSION}-src PKGNAME= ${DISTNAME:S/-src$//} @@ -15,7 +15,7 @@ BUILD_DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant WRKSRC= ${WRKDIR}/${DISTNAME} USE_JAVA2= yes -MAKEFILE= build.xml +MAKE_FILE= build.xml PLIST_SRC= ${PKGDIR}/PLIST ${WRKDIR}/PLIST.javadoc DOCDIR= share/doc/java/jakarta-servletapi diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 654e5fdad46..2a7ecd811c3 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2006/05/29 16:58:18 drochner Exp $ +# $NetBSD: Makefile,v 1.91 2006/09/09 02:46:09 obache Exp $ # # NOTE: Please do not enable the lynxcgi feature unless it is lynx @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-full install-lss -MAKEFILE= makefile +MAKE_FILE= makefile CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} USE_TOOLS+= gzip msgfmt diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 855712d74c3..06a48b87d5c 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/06/15 20:36:08 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/09/09 02:46:09 obache Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -30,7 +30,7 @@ CPPFLAGS+= -Dunix WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-stable USE_TOOLS+= autoconf213 gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile USE_TOOLS+= perl diff --git a/www/zope29/Makefile b/www/zope29/Makefile index e3fa8137af1..0e56a92d7a5 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/09/07 16:14:16 taca Exp $ +# $NetBSD: Makefile,v 1.5 2006/09/09 02:46:09 obache Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-2.9.4-final @@ -38,7 +38,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${ZOPEBASEDIR} --with-python=${PYTHONBIN} BUILD_TARGET= build -MAKEFILE= makefile +MAKE_FILE= makefile PLIST_SUBST= ZOPEBASEDIR=${SZOPEBASEDIR} MESSAGE_SUBST+= ZOPEBASEDIR=${ZOPEBASEDIR} diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile index 3dcf259b6e8..6d530f8fee2 100644 --- a/x11/ebuilder/Makefile +++ b/x11/ebuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/05/19 08:14:38 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/09/09 02:46:09 obache Exp $ # DISTNAME= ebuilder-0.56d @@ -13,7 +13,7 @@ COMMENT= GUI builder for the Qt library WRKSRC= ${WRKDIR}/${DISTNAME} USE_LANGUAGES= c++ USE_TOOLS+= flex gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} diff --git a/x11/gnustep-preferences/Makefile b/x11/gnustep-preferences/Makefile index 7a66f8df34b..fe3098fc4ec 100644 --- a/x11/gnustep-preferences/Makefile +++ b/x11/gnustep-preferences/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/07/22 05:10:55 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2006/09/09 02:46:09 obache Exp $ # DISTNAME= Preferences-1.2.0 @@ -16,7 +16,7 @@ USE_LANGUAGES= objc NO_CONFIGURE= YES USE_TOOLS+= gmake -MAKEFILE= GNUmakefile +MAKE_FILE= GNUmakefile .include "../../x11/gnustep-back/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage index 32c7fa5bd2a..aa1bfcb0e8b 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.11 2006/07/25 16:01:00 jlam Exp $ +# $NetBSD: Makefile.subpackage,v 1.12 2006/09/09 02:46:09 obache Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -23,7 +23,7 @@ pre-configure: gtk-configure gtk-configure: cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} + ${MAKE_PROGRAM} -f ${MAKE_FILE} ${BUILD_TARGET} .include "../../lang/perl5/module.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile index d36303dce26..55cf8ce3dd7 100644 --- a/x11/ssystem/Makefile +++ b/x11/ssystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:11:43 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/09/09 02:46:09 obache Exp $ # DISTNAME= ssystem-1.6 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_TOOLS+= flex USE_X11BASE= yes -MAKEFILE= Makefile.FreeBSD +MAKE_FILE= Makefile.FreeBSD DATA_FILES= *.jpg *.dat ssystem.conf DOC_FILES= LICENSE README diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile index 55fc8ba80ff..0abf32a615f 100644 --- a/x11/wxhaskell/Makefile +++ b/x11/wxhaskell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/09/03 00:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/09 02:46:09 obache Exp $ DISTNAME= wxhaskell-src-0.9.4 PKGNAME= ${DISTNAME:S/-src//} @@ -16,7 +16,7 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_FLAGS+= X11BASE=${X11BASE:Q} # I don't know where that number comes from, but it changes sometimes. diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index 4d9ecd73614..93bfab73582 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:11:49 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/09/09 02:46:09 obache Exp $ DISTNAME= pns_source PKGNAME= xpns-1.0 @@ -13,7 +13,7 @@ COMMENT= Petri-Net Simulator for Xwindows WRKSRC= ${WRKDIR} USE_X11BASE= yes -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= pns INSTALLATION_DIRS= bin |