mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Remove optional dependency on expired emulators/xmame
- Update pkg-descr - Bump PORTREVISION Approved by: portgmr (blanket)
This commit is contained in:
parent
124cca1daf
commit
33bc475a16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349683
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= loemu
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= emulators python
|
||||
MASTER_SITES= http://loemu.pegueroles.com/dists/
|
||||
|
||||
@ -19,10 +19,9 @@ USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
OPTIONS_DEFINE= MAME XMAME SNES9X ZSNES
|
||||
OPTIONS_DEFINE= MAME SNES9X ZSNES
|
||||
OPTIONS_DEFAULT= MAME SNES9X
|
||||
MAME_DESC= Install mame emulator
|
||||
XMAME_DESC= Install xmame emulator
|
||||
SNES9X_DESC= Install snes9x emulator
|
||||
ZSNES_DESC= Install zsnes emulator
|
||||
|
||||
@ -33,10 +32,6 @@ NO_STAGE= yes
|
||||
RUN_DEPENDS+= mame:${PORTSDIR}/emulators/mame
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MXMAME}
|
||||
RUN_DEPENDS+= xmame:${PORTSDIR}/emulators/xmame
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSNES9X}
|
||||
RUN_DEPENDS+= snes9x:${PORTSDIR}/emulators/snes9x
|
||||
.endif
|
||||
|
@ -2,7 +2,7 @@ Loemu is a free application that provides a simple frontend for various game
|
||||
emulators.
|
||||
|
||||
Features:
|
||||
- Currently it supports game emulation with xmame, sdlmame and snes9x.
|
||||
- Currently it supports game emulation with mame, sdlmame and snes9x.
|
||||
- Browse games using dynamic list. This allows to browse in a list generated
|
||||
with some categories (and it has other advantages).
|
||||
- Finds games quickly. Using a specific dialog that looks for a game in all
|
||||
|
Loading…
Reference in New Issue
Block a user