diff options
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" |