diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-30 21:41:56 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-30 21:41:56 +0000 |
commit | 33bc475a16a92d9c91c19c8e9617ce742e23b0af (patch) | |
tree | a4585570abaf00a0289a4c622dbb6ae898465e5b /emulators | |
parent | 124cca1daf2c6ae40c547d291da25783c015297f (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/loemu/Makefile | 9 | ||||
-rw-r--r-- | emulators/loemu/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 0a253fad95ce..7bd265a1af7e 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -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 diff --git a/emulators/loemu/pkg-descr b/emulators/loemu/pkg-descr index 193290e0f801..121859238213 100644 --- a/emulators/loemu/pkg-descr +++ b/emulators/loemu/pkg-descr @@ -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 |