From 3ad439e9716035b47adcb4ed444b0a19aeaca479 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 1 Apr 2001 17:22:26 +0000 Subject: Add xpinmame, the Pinball Console emulator for X11 (xmame slave port) Submitted by: Stijn Hoop PR: 26217 --- emulators/xpinmame/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 emulators/xpinmame/Makefile (limited to 'emulators/xpinmame/Makefile') 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" -- cgit v1.2.3