diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-07-12 13:03:58 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-07-12 13:03:58 +0000 |
commit | 1b69349a8c9402c76ec9e291ddf8576fa972f5d2 (patch) | |
tree | 20feb2242378fefdd6d7dc4acfa19f03105edd19 /emulators/xmame | |
parent | 2f64682bcf3a0433c5d40d6041f7de8f87329be6 (diff) | |
download | ports-1b69349a8c9402c76ec9e291ddf8576fa972f5d2.tar.gz ports-1b69349a8c9402c76ec9e291ddf8576fa972f5d2.zip |
Notes
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 10 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 4f2bd6152e3b..061be02a6dbb 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.37b15.1 +PORTVERSION?= 0.37b16.1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ ftp://ftp.kaupp.cx/pub/xmame/ \ @@ -92,10 +92,12 @@ ALLDOCS= ${GENERALDOCS} ${PINMAMEDOCS} # CPS-2 patches - this enables extra games in MAME. .if ${MAMEMESS} == "mame" .if defined(WITH_CPS2) && ${WITH_CPS2} == "yes" -CPS2VERSION= 20010527 +# CPS2VERSION= 20010527 -PATCH_SITES+= http://www.win.tue.nl/~stijn/xmame/ -PATCHFILES+= ${DISTNAME}-cps2-${CPS2VERSION}.patch.gz +# PATCH_SITES+= http://www.win.tue.nl/~stijn/xmame/ +# PATCHFILES+= ${DISTNAME}-cps2-${CPS2VERSION}.patch.gz +pre-everything:: + @${ECHO_MSG} "===> Warning: CPS2 patches temporarily unavailable" .else pre-everything:: @${ECHO_MSG} "===> If you want to compile MAME with CPS-2 support, use \"make WITH_CPS2=yes\"" diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 537c2a9b9ced..9bbf230f33b9 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,6 +1,6 @@ MD5 (xmame/xmame-0.37b13.2.tar.bz2) = 70ec7ae3fba3110a6d85a7f5bfdb84f1 MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27 -MD5 (xmame/xmame-0.37b15.1.tar.bz2) = ea49368cd8b2cfa64103a9fb8566e274 +MD5 (xmame/xmame-0.37b16.1.tar.bz2) = 07c2d333f56f4d06b2c28315670612bb MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4 |