diff -ur /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/emulators/mame/Portfile ./Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup github 1.0 |
5 | 5 | |
6 | | github.setup mamedev mame mame0189 |
7 | | version 0.189 |
| 6 | github.setup mamedev mame mame0193 |
| 7 | version 0.193 |
8 | 8 | categories emulators |
9 | 9 | maintainers nomaintainer |
10 | 10 | platforms darwin |
… |
… |
|
18 | 18 | the hardware and how it functions. The source code to MAME serves as this \ |
19 | 19 | documentation. |
20 | 20 | |
21 | | checksums rmd160 766cef7dca20cab35f429799682dd12fddb16855 \ |
22 | | sha256 73bb54ce1ae9c6173ee62254150e1fec73b8305dfaaf5bf410c33671fe2cac4d |
| 21 | checksums rmd160 c3d0759218ec6658b5a5907076b065f29009b773 \ |
| 22 | sha256 b1fdd0e81f21e947973b399081120a68825c6425cd016d8755081b82ebfbf702 |
| 23 | |
23 | 24 | |
24 | 25 | # Fix true vs. TRUE issue with jpeg port |
25 | 26 | patchfiles patch-rendutil.cpp.diff |
… |
… |
|
42 | 43 | build.args-append CC=${configure.cc} \ |
43 | 44 | CXX=${configure.cxx} \ |
44 | 45 | USE_LIBSDL=1 \ |
| 46 | LDOPTS='-L${prefix}/lib -lSDL2' \ |
45 | 47 | USE_SYSTEM_LIB_EXPAT=1 \ |
46 | 48 | USE_SYSTEM_LIB_FLAC=1 \ |
47 | 49 | USE_SYSTEM_LIB_JPEG=1 \ |