emulators/sdlmame was renamed to mame
This commit is contained in:
parent
79ce264e0c
commit
bcad3e23ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254509
1
MOVED
1
MOVED
@ -4395,3 +4395,4 @@ misc/ldconfig_compat||2010-05-14|Supported releases don't need the port anymore
|
||||
devel/nx||2010-05-14|Remove due math/py-networkx be the same port and with more appropriated name
|
||||
math/libranlib|math/librandlib|2010-05-17|Project renamed
|
||||
print/hplip3|print/hplip|2010-05-17|hplip port updated to 3.X version
|
||||
emulators/sdlmame|emulators/mame|2010-05-17|SDL port has been integrated into mainstream
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user