diff options
author | ryoon <ryoon> | 2012-10-06 12:46:12 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-10-06 12:46:12 +0000 |
commit | 114c5c3d947fddde4c8845fa5981a3d2e553ca0d (patch) | |
tree | 08b53ceb503ebfa1576767d6ae1173f20fd1f117 /emulators/aranym/Makefile | |
parent | 27d9911bbf2f2cb3ba7a441bee14f5dbb909344a (diff) | |
download | pkgsrc-114c5c3d947fddde4c8845fa5981a3d2e553ca0d.tar.gz |
Update to 0.9.14
* Update emutos to 0.8.7
Changelog:
2012/09/20 - version 0.9.14 released
Mac users: check out the new bridged ethernet (see README_ethernet.rtf).
All users: try out the new Single Blit Composing and Single Blit Refresh
modes - they might give you a better video performance.
There are also many compilation and build fixes for various MacOSX targets
and few MPFR FPU fixes.
And last but not least, there's a neat user requested feature - mouse ungrab
(frees your keyboard and mouse from ARAnyM window so you can work in other
applications while ARAnyM is running) simply by clicking the host middle
mouse button (well, works only if you don't have the Eiffel mouse wheel
emulation enabled in settings).
Diffstat (limited to 'emulators/aranym/Makefile')
-rw-r--r-- | emulators/aranym/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 8e4112ada2b..617004ac2a0 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2012/10/03 12:55:09 asau Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/06 12:46:12 ryoon Exp $ # -DISTNAME= aranym_0.9.13.orig +DISTNAME= aranym_0.9.14.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} -PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} -SITES.emutos-512k-0.8.6.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} -DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.6.zip +SITES.emutos-512k-0.8.7.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} +DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.7.zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aranym.sourceforge.net/ @@ -26,7 +25,7 @@ MANCOMPRESSED= yes CONFIGURE_ARGS+= --enable-fullmmu CONFIGURE_ARGS+= --enable-atc=full -EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.6 +EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.7 EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos EMUTOS_ROM_DIR= ${PREFIX}/share/aranym |