aboutsummaryrefslogtreecommitdiff
path: root/emulators/xmame/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-12-11 02:16:02 +0000
committerSteve Price <steve@FreeBSD.org>2000-12-11 02:16:02 +0000
commit66bbd4b7aac4ba5024db4aaa1bff8447dbe9682f (patch)
tree4dd040dc44c605cd2a45ff084d6d49f1a4d758f9 /emulators/xmame/Makefile
parent0a4506b28e96bcc1ba5f28b53c548ca87628ff1c (diff)
downloadports-66bbd4b7aac4ba5024db4aaa1bff8447dbe9682f.tar.gz
ports-66bbd4b7aac4ba5024db4aaa1bff8447dbe9682f.zip
Notes
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r--emulators/xmame/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 77beae71adaa..96d1a0008d17 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= xmame
-PORTVERSION= 0.37b5.1
+PORTVERSION= 0.37b7.1
+PORTREVISION= 0
CATEGORIES= emulators
MASTER_SITES= http://x.mame.net/download/ \
ftp://ftp.kaupp.cx/pub/xmame/ \
@@ -22,9 +23,12 @@ MAKEFILE= makefile.unix
MAN6= xmame.6
-XMAMEDOCS= changes.mame changes.unix credits.unix leeme.unix \
- liesmich.unix maillist.txt multiplayer-readme.txt \
- readme.fx readme.mame readme.unix readme.xgl todo
+XMAMEDOCS= changes.mame changes.unix gamelist.mame \
+ imgtool.txt liesmich.unix multiplayer-readme.txt \
+ readme.mame todo xmame-doc-1.html xmame-doc-2.html \
+ xmame-doc-3.html xmame-doc-4.html xmame-doc-5.html \
+ xmame-doc-6.html xmame-doc-7.html xmame-doc.html \
+ xmame-doc.lyx xmame-doc.ps xmame-doc.sgml xmame-doc.txt
.if !defined(NOPORTDOCS)
PLIST_SUB+= PORTDOCS=""
@@ -37,7 +41,7 @@ PLIST_SUB+= PORTDOCS="@comment "
post-patch:
${PERL} -pi -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/doc/xmamerc.dist
@${CP} ${WRKSRC}/makefile.unix ${WRKSRC}/makefile.unix.sed
- ${SED} -e "s@= gcc@?= ${CC}@g" -e "s@= -O -Wall@s?= ${CFLAGS}@g" \
+ ${SED} -e "s@= gcc@?= ${CC}@g" -e "s@= -O -Wall@?= ${CFLAGS}@g" \
-e "s@= cp@?= ${INSTALL} ${COPY}@g" -e "s@/usr/games@${PREFIX}/bin@g" \
-e "s@/usr/local/man/man6@${PREFIX}/man/man6@g" \
-e "s@/usr/games/lib/\$\(NAME\)@${PREFIX}/share/\$\(NAME\)@g" \