diff options
author | shattered <shattered@pkgsrc.org> | 2014-10-07 20:49:47 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-10-07 20:49:47 +0000 |
commit | 397055a1fed1c8cc27480780125e7502d3e8bd46 (patch) | |
tree | 3c8b8b9b450384df3da539c9ab90d4ee286cf3c8 /emulators/ROMBuild/Makefile | |
parent | 91519d1eeca1554edabff58f45b6af4a1c6dcd97 (diff) | |
download | pkgsrc-397055a1fed1c8cc27480780125e7502d3e8bd46.tar.gz |
Update to 2.14 (2009). Changes:
- Added knowledge of old v2 sound ROM from sonicwi2 (various emus).
- Updated a few existing definitions to account for MAME ROM renames
(up to MAME 0.135).
Diffstat (limited to 'emulators/ROMBuild/Makefile')
-rw-r--r-- | emulators/ROMBuild/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile index 4e610a481d1..b5e7b416135 100644 --- a/emulators/ROMBuild/Makefile +++ b/emulators/ROMBuild/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 12:55:09 asau Exp $ +# $NetBSD: Makefile,v 1.20 2014/10/07 20:49:47 shattered Exp $ # -DISTNAME= rbuild29 -PKGNAME= ROMBuild-2.9 +DISTNAME= rbuild214 +PKGNAME= ROMBuild-2.14 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/ROMBuild/ EXTRACT_SUFX= .zip |