summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-05-17 22:20:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-05-17 22:20:41 +0000
commitbcad3e23ca8d4c940e44f8ce4308beeffd2ea267 (patch)
treeb151803e7584046fe3f1d349f073b0c1dba99da9 /emulators
parentUpdate port to v0.137. (diff)
emulators/sdlmame was renamed to mame
Notes
Notes: svn path=/head/; revision=254509
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile2
-rw-r--r--emulators/loemu/Makefile8
-rw-r--r--emulators/qmc2/Makefile6
3 files changed, 8 insertions, 8 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index e1106fafabc0..cb872601ad6f 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -96,6 +96,7 @@
SUBDIR += lisaem
SUBDIR += loemu
SUBDIR += m2000
+ SUBDIR += mame
SUBDIR += mame-extras
SUBDIR += mastergear
SUBDIR += mednafen
@@ -147,7 +148,6 @@
SUBDIR += quasi88
SUBDIR += raine
SUBDIR += rtc
- SUBDIR += sdlmame
SUBDIR += sdlmame-devel
SUBDIR += sdlmess
SUBDIR += sim6811
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile
index 1d60908bf3f5..2932b0b6af17 100644
--- a/emulators/loemu/Makefile
+++ b/emulators/loemu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= loemu
PORTVERSION= 0.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators python
MASTER_SITES= http://loemu.pegueroles.com/dists/
@@ -23,15 +23,15 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_BUILD= yes
-OPTIONS= SDLMAME "Install sdlmame emulator" on \
+OPTIONS= MAME "Install mame emulator" on \
XMAME "Install xmame emulator" off \
SNES9X "Install snes9x emulator" on \
ZSNES "Install zsnes emulator" off
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_SDLMAME)
-RUN_DEPENDS+= sdlmame:${PORTSDIR}/emulators/sdlmame
+.if !defined(WITHOUT_MAME)
+RUN_DEPENDS+= mame:${PORTSDIR}/emulators/mame
.endif
.if defined(WITH_XMAME)
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile
index e4952bc1511b..c480825d994f 100644
--- a/emulators/qmc2/Makefile
+++ b/emulators/qmc2/Makefile
@@ -7,14 +7,14 @@
PORTNAME= qmc2
PORTVERSION= 0.2.b8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= elbarto@ArcadeBSD.org
-COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting SDLMAME/SDLMESS
+COMMENT= Qt 4 based UNIX MAME/MESS frontend supporting MAME/SDLMESS
-RUN_DEPENDS= sdlmame:${PORTSDIR}/emulators/sdlmame
+RUN_DEPENDS= mame:${PORTSDIR}/emulators/mame
RUN_DEPENDS+= sdlmess:${PORTSDIR}/emulators/sdlmess
USE_BZIP2= yes