summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorobache <obache>2006-09-09 02:41:53 +0000
committerobache <obache>2006-09-09 02:41:53 +0000
commit7e01c4206677ecfad1f4cbe2a42715aa88056a85 (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /emulators
parentf0d928bbc03e8de52a3323c9f30904a6e1ba15d5 (diff)
downloadpkgsrc-7e01c4206677ecfad1f4cbe2a42715aa88056a85.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Cygne-SDL/Makefile4
-rw-r--r--emulators/DatLib/Makefile4
-rw-r--r--emulators/DatUtil/Makefile4
-rw-r--r--emulators/MAMEDiff/Makefile4
-rw-r--r--emulators/ROMBuild/Makefile4
-rw-r--r--emulators/ROMInfo/Makefile4
-rw-r--r--emulators/ZIPIdent/Makefile4
-rw-r--r--emulators/hercules/Makefile4
-rw-r--r--emulators/ia64sim/Makefile4
-rw-r--r--emulators/lrmi/Makefile4
-rw-r--r--emulators/openmsx/Makefile4
-rw-r--r--emulators/raine/Makefile4
-rw-r--r--emulators/xm7/Makefile4
-rw-r--r--emulators/xmame/Makefile4
-rw-r--r--emulators/xmess/Makefile4
15 files changed, 30 insertions, 30 deletions
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