Port details on branch 2024Q4 |
- mame MAME: a multi-purpose emulation framework
- 0.264 emulators =0 0.264Version of this port present on the latest quarterly branch.
- Maintainer: agh@riseup.net
- Port Added: 2024-12-04 19:55:22
- Last Update: 2024-12-04 19:53:33
- Commit Hash: a001371
- Also Listed In: games
- License: BSD2CLAUSE BSD3CLAUSE CC0-1.0 GPLv2 LGPL21 MIT ZLIB
- WWW:
- https://mamedev.org/
- Description:
- MAME is a multi-purpose emulation framework, with the aim of documenting and
preserving vintage software and hardware from becoming lost. When used with
vintage firmware (or BIOS), and duplicated Read Only Memory (ROMs), on modern
hardware, users are able to play and explore systems and games from
approximately 1970 through to the modern era.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/emulators/mame/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/mame
- pkg install mame
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mame
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1733152778
SHA256 (mamedev-mame-0.264-mame0264_GH0.tar.gz) = 3d9f69ed3ef7c1628d5714c8ae2695ea77b1a652a93347b2703f7c862299376e
SIZE (mamedev-mame-0.264-mame0264_GH0.tar.gz) = 207550597
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-sphinxcontrib-svg2pdfconverter>0 : textproc/py-sphinxcontrib-svg2pdfconverter@py311
- asio>0 : net/asio
- genie : devel/genie
- glm>0 : math/glm
- rapidjson>0 : devel/rapidjson
- gmake>=4.4.1 : devel/gmake
- llvm-config16 : devel/llvm16
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- sdl2-config : devel/sdl20
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- Runtime dependencies:
-
- liberation-fonts-ttf>=0 : x11-fonts/liberation-fonts-ttf
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libFLAC.so : audio/flac
- libpugixml.so : textproc/pugixml
- libutf8proc.so : textproc/utf8proc
- libzstd.so : archivers/zstd
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libportmidi.so : audio/portmidi
- libjpeg.so : graphics/jpeg-turbo
- libSDL2.so : devel/sdl20
- libSDL2_ttf.so : graphics/sdl2_ttf
- libsqlite3.so : databases/sqlite3
- libGL.so : graphics/libglvnd
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mame-0.264:
DOCS=on: Install extensive online MAME documentation
====> Emulators
MAME=on: MAME
MAMENL=off: Netlist audio component solver
MAMEVIRTUAL=off: LaserDisk Player
NLS=on: Install language translations for use in the GUI
QTDEBUGGER=off: Build with Qt interactive low-level machine debugger
====> Tools
TOOLS=off: Tools for archiving, development, and multimedia
====> Build with hardware extensions
OPENMP=off: Parallel processing support via OpenMP
SSE2=off: Build with Streaming SIMD Extensions 2
====> Application production type: you can only select none or one of them
DEBUG=off: Produce profiling data, and symbols for debugging
SIZE_OPTIMIZED_CFLAGS=off: Optimize for smaller binaries (-Os)
SPEED_OPTIMIZED_CFLAGS=off: Optimize for faster binaries (-O3)
===> Use 'make config' to modify these settings
- Options name:
- emulators_mame
- USES:
- compiler:c++17-lang gmake jpeg llvm:min=16 localbase pkgconfig python:build sdl shebangfix sqlite:3 xorg gl gettext-runtime
- pkg-message:
- For install:
- MAME follows an interesting User Experience (UX) design pattern that is aimed
for developers of MAME, as result of this, the expectation on file
configuration management might appear counter-intuitive to Users of MAME. If
MAME does not find configuration files, it expects to be able to read and write
configuration data to the current working directory, this is counter to
what users expect on their systems.
Sample configuration files have been installed in:
"/usr/local/etc/mame/"
The samples can be copied to your "~/.mame" directory to avoid having MAME
write configuration data elsewhere.
To create clean copies of MAME's configuration files, execute:
"mame -createconfig"
the output from this can be stored in ~/.mame or a custom path.
To run MAME with custom configuration path(s), execute:
"mame -inipath /var/db/mame /usr/local/etc/mame"
See mame(6) for more information.
- Master Sites:
|