diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-01 17:22:26 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-01 17:22:26 +0000 |
commit | 3ad439e9716035b47adcb4ed444b0a19aeaca479 (patch) | |
tree | dc3b5119e18acbfe30931503921b2ccb518b4e4c /emulators/xpinmame/Makefile | |
parent | Update xmame to 0.37b13.1 (diff) |
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/Makefile')
-rw-r--r-- | emulators/xpinmame/Makefile | 24 |
1 files changed, 24 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" |