diff options
author | rene <rene@FreeBSD.org> | 2014-03-31 05:41:56 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-31 05:41:56 +0800 |
commit | 3a5852fa5e608a2b8bfee59c2867418428b11613 (patch) | |
tree | a4585570abaf00a0289a4c622dbb6ae898465e5b /emulators | |
parent | c3b85ee543bb545b0fe09ac6992e14ac1fe6f567 (diff) | |
download | freebsd-ports-graphics-3a5852fa5e608a2b8bfee59c2867418428b11613.tar.gz freebsd-ports-graphics-3a5852fa5e608a2b8bfee59c2867418428b11613.tar.zst freebsd-ports-graphics-3a5852fa5e608a2b8bfee59c2867418428b11613.zip |
- Remove optional dependency on expired emulators/xmame
- Update pkg-descr
- Bump PORTREVISION
Approved by: portgmr (blanket)
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 0a253fad95c..7bd265a1af7 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 193290e0f80..12185923821 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 |