diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-04-02 01:22:26 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-04-02 01:22:26 +0800 |
commit | 97fa98273d6c47e28d2052c0ffc2404a49334afd (patch) | |
tree | d9bc4319726924006c6da6845b18d7588e18c369 /emulators/xpinmame | |
parent | 14f82a391de01dbfbce94467fe2011579c277f2e (diff) | |
download | freebsd-ports-gnome-97fa98273d6c47e28d2052c0ffc2404a49334afd.tar.gz freebsd-ports-gnome-97fa98273d6c47e28d2052c0ffc2404a49334afd.tar.zst freebsd-ports-gnome-97fa98273d6c47e28d2052c0ffc2404a49334afd.zip |
Add xpinmame, the Pinball Console emulator for X11 (xmame slave port)
Submitted by: Stijn Hoop <stijn@win.tue.nl>
PR: 26217
Diffstat (limited to 'emulators/xpinmame')
-rw-r--r-- | emulators/xpinmame/Makefile | 24 | ||||
-rw-r--r-- | emulators/xpinmame/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/xpinmame/pkg-descr | 9 |
3 files changed, 34 insertions, 0 deletions
diff --git a/emulators/xpinmame/Makefile b/emulators/xpinmame/Makefile new file mode 100644 index 000000000000..2213ff58dd86 --- /dev/null +++ b/emulators/xpinmame/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xpinmame +# Date created: Fri Mar 30 11:00:42 CEST 2001 +# Whom: stijn@win.tue.nl +# +# $FreeBSD$ +# + +PORTNAME= xpinmame +PORTVERSION= ${XMAMEVERSION}+${PINMAMEVERSION} + +PATCH_SITES+= http://www.win.tue.nl/~stijn/xmame/ +PATCHFILES+= ${DISTNAME}-pinmame-${PINMAMEVERSION}.patch.gz + +MAINTAINER= stijn@win.tue.nl + +MASTERDIR= ${.CURDIR}/../xmame +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr + +MAMEMESS= pinmame +XMAMEVERSION= 0.37b13.1 +PINMAMEVERSION= 0.99b + +.include "${MASTERDIR}/Makefile" diff --git a/emulators/xpinmame/pkg-comment b/emulators/xpinmame/pkg-comment new file mode 100644 index 000000000000..5affbb38d8e1 --- /dev/null +++ b/emulators/xpinmame/pkg-comment @@ -0,0 +1 @@ +X11 emulator for pinball ROMs diff --git a/emulators/xpinmame/pkg-descr b/emulators/xpinmame/pkg-descr new file mode 100644 index 000000000000..089f5c7f2e89 --- /dev/null +++ b/emulators/xpinmame/pkg-descr @@ -0,0 +1,9 @@ +xpinmame is the X11 port of PinMAME, the Pinball Console emulator. + +It runs pinball roms from Williams/Bally games, from 1977 onwards to +the new WPC system, around 1998. It also runs some Data East games. + +It includes simulators to artificially press the 'switches' on the table, +however it does not simulate any game play, nor a real pinball table. + +WWW: http://pinmame.emuviews.com/ |