mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
f66dda511f
- Mark xpinmame as broken. Approved by: MAINTAINER
26 lines
583 B
Makefile
26 lines
583 B
Makefile
# 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
|
|
COMMENT= X11 emulator for pinball ROMs
|
|
BROKEN= "Patch file out of date."
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmame
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MAMEMESS= pinmame
|
|
XMAMEVERSION= 0.37b14.2
|
|
PINMAMEVERSION= 0.99b3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|