- Update to 0.2.1

- Add ZSNES option
This commit is contained in:
Jose Alonso Cardenas Marquez 2007-12-25 02:08:06 +00:00
parent 62562efcfb
commit f659d75fbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204471
3 changed files with 16 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= loemu
PORTVERSION= 0.2.0
PORTVERSION= 0.2.1
CATEGORIES= emulators python
MASTER_SITES= http://loemu.pegueroles.com/dists/
@ -22,17 +22,18 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_BUILD= yes
OPTIONS= SDLMAME "Install sdlmame emulator" off \
XMAME "Install xmame emulator" on \
SNES9X "Install snes9x emulator" on
OPTIONS= SDLMAME "Install sdlmame emulator" on \
XMAME "Install xmame emulator" off \
SNES9X "Install snes9x emulator" on \
ZSNES "Install zsnes emulator" off
.include <bsd.port.pre.mk>
.if defined(WITH_SDLMAME)
.if !defined(WITHOUT_SDLMAME)
RUN_DEPENDS+= sdlmame:${PORTSDIR}/emulators/sdlmame
.endif
.if !defined(WITHOUT_XMAME)
.if defined(WITH_XMAME)
RUN_DEPENDS+= xmame:${PORTSDIR}/emulators/xmame
.endif
@ -40,6 +41,10 @@ RUN_DEPENDS+= xmame:${PORTSDIR}/emulators/xmame
RUN_DEPENDS+= snes9x:${PORTSDIR}/emulators/snes9x
.endif
.if defined(WITH_ZSNES)
RUN_DEPENDS+= zsnes:${PORTSDIR}/emulators/zsnes
.endif
post-patch:
.for DIRE in config loemu scripts
@cd ${WRKSRC}/${DIRE} && \

View File

@ -1,3 +1,3 @@
MD5 (loemu-0.2.0.tar.gz) = 16e286f7b493c21e1bffb482a862d869
SHA256 (loemu-0.2.0.tar.gz) = 5d5510393bdbfa35c7013633e9b762270c86c9cfee1342bdceada1fa5ab19ea7
SIZE (loemu-0.2.0.tar.gz) = 50141
MD5 (loemu-0.2.1.tar.gz) = 7b589e8a471e86973fa53281fe57bcfc
SHA256 (loemu-0.2.1.tar.gz) = 53dc9a28e548f366e730a60d063c5a533a5a4e6da8756a8c139a0d6c94e86ef7
SIZE (loemu-0.2.1.tar.gz) = 57927

View File

@ -23,9 +23,11 @@ bin/loemu-builder
%%DATADIR%%/config/sdlmame.conf
%%DATADIR%%/config/snes9x.conf
%%DATADIR%%/config/xmame.conf
%%DATADIR%%/config/zsnes.conf
%%DATADIR%%/glade/Loemu.glade
%%DATADIR%%/glade/Preferences.glade
%%DATADIR%%/glade/penguin-revolt-128.png
share/locale/fr/LC_MESSAGES/loemu.mo
share/locale/ca/LC_MESSAGES/loemu.mo
share/locale/sv/LC_MESSAGES/loemu.mo
@dirrm %%DATADIR%%/snaps