Port details |
- mame MAME: a multi-purpose emulation framework
- 0.264 emulators =4 0.264Version of this port present on the latest quarterly branch.
- Maintainer: agh@riseup.net
- Port Added: 2010-05-17 22:20:44
- Last Update: 2024-12-04 19:51:46
- Commit Hash: d76e4ad
- People watching this port, also watch:: mesa-libs, autoconf, libevent, openjpeg
- 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
Packages (timestamps in pop-ups are UTC):
- 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
- This port is required by:
- for Run
-
- emulators/qmc2
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.147 30 Oct 2012 08:47:53 |
madpilot |
Move OSVERSION check after bsd.port.pre.mk.
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
0.147 29 Oct 2012 22:17:49 |
madpilot |
- Update to version 0.147 [1]
- Reflow pkg-descr and add trailing slash to URL [1]
- Trim Makefile headers [1]
- Fix improper overwriting of FILE make variable [1]
- Works fine with clang, so don't depend on gcc 4.6+ where clang
is available (taken from libreoffice port)
PR: ports/171994 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
0.146 17 Jun 2012 20:23:49 |
sylvio |
- Update to version 0.146
PR: ports/168998
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.145 08 Jun 2012 11:58:48 |
madpilot |
Convert to new options framework.
Approved by: tabthorpe (mentor) |
0.145 13 May 2012 00:42:10 |
amdmi3 |
- Respect STRIP
PR: ports/167818
Submitted by: Jan Beich <jbeich@tormail.org> |
0.145 11 Mar 2012 01:07:00 |
gerald |
Replace USE_GCC=4.4+ by USE_GCC=4.6+, the former is only here for a
single, obsolete port.
Feature safe: yes |
0.145 19 Feb 2012 23:24:50 |
miwi |
- Update to version 0.145
PR: 164990
Submitted by: Ports Fury |
0.143.p2_1 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.143.p2 17 Jan 2012 22:04:40 |
linimon |
Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.
Hat: portmgr |
0.143.p2 13 Aug 2011 17:04:38 |
crees |
- Update to 0.143p2 ('borrowing' obrien's cool patchlevel code from editors/vim)
- Add missing fontconfig dependency
- Use PORTDOCS/PORTEXAMPLES
- Use PATCHDIR (not FILESDIR)
- Use COPYTREE_SHARE (not cp -R)
Mostly based on:
PR: ports/153645
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer), acm
Approved by: maintainer timeout (8 weeks) |
0.139 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
0.139 01 Aug 2010 17:22:55 |
makc |
Update to 0.139
PR: ports/149105
Submitted by: Emmanuel Vadot (maintainer) |
0.138 19 May 2010 18:05:34 |
makc |
Update to 0.138
PR: ports/146696
Submitted by: Emmanuel Vadot (maintainer) |
0.137 17 May 2010 22:20:26 |
makc |
Update port to v0.137.
Rename the port to mame as the sdl layer is now included in the mainstream code.
PR: ports/145050
Submitted by: Emmanuel Vadot (maintainer) |