1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Unbreak xmess and bring it up to the 0.76.1 (it's slave port of xmame)

Approved by:	maintainer timeout (1 month) (xmame part)
This commit is contained in:
Pav Lucistnik 2003-12-19 23:25:11 +00:00
parent b98be73a9f
commit 26eec49cd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96236
3 changed files with 23 additions and 17 deletions

View File

@ -78,14 +78,18 @@ GENERALDOCS= changes.unix \
xmame-gdoc.html \
xmame.css
XMAMEDOCS=
XMESSDOCS= changes.mess \
credits.mess \
gamelist.mess \
imgtool.txt \
messhelp.txt \
messroms.txt \
old-changes.mess \
readme.mess
XMESSDOCS= mess/cgafont.txt \
mess/compilewin.html \
mess/credits.htm \
mess/credits.txt \
mess/faq.htm \
mess/imgtool.txt \
mess/messhelp.txt \
mess/messnew.txt \
mess/messold.txt \
mess/messroms.txt \
mess/sysinfo.dat \
mess/windows.txt
PINMAMEDOCS= pinmame/simulation.txt \
pinmame/whatsnew.txt \
pinmame/pinmame.txt \
@ -308,7 +312,7 @@ post-install:
.endfor
.endif
.if ${MAMEMESS} == "mess"
${INSTALL_DATA} ${WRKSRC}/doc/sysinfo.dat \
${INSTALL_DATA} ${WRKSRC}/doc/mess/sysinfo.dat \
${PREFIX}/share/xmess/history.dat
.endif
.if ${MAMEMESS} == "mame" && defined(WITH_DATFILES) && ${WITH_DATFILES} == "yes"

View File

@ -30,14 +30,18 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc
%%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat
%%MAMEONLY%%%%DATFILES%%share/xmame/history.dat
%%MAMEONLY%%%%DATFILES%%share/xmame/cheat.dat
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/changes.mess
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.mess
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/gamelist.mess
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/cgafont.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/compilewin.html
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.htm
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/faq.htm
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/imgtool.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messhelp.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messnew.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messold.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messroms.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/old-changes.mess
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/readme.mess
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo.dat
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/windows.txt
%%MESSONLY%%share/xmess/history.dat
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt

View File

@ -6,7 +6,7 @@
#
PORTNAME= xmess
PORTVERSION= 0.67.2
PORTVERSION= 0.76.1
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 emulator for game consoles
@ -16,6 +16,4 @@ DESCR= ${.CURDIR}/pkg-descr
MAMEMESS= mess
BROKEN= "Missing from distinfo; will be removed after Feb 2"
.include "${MASTERDIR}/Makefile"