diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-16 00:27:30 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-16 00:27:30 +0000 |
commit | 0b94959e20448ff083f93370a4b0564e5a5a376e (patch) | |
tree | 75069b842356909f09300f1cb66ef90fac3c882e /emulators/xmame/Makefile | |
parent | 504cabc879693fea179c891bc2713d22b13f629c (diff) | |
download | pkgsrc-0b94959e20448ff083f93370a4b0564e5a5a376e.tar.gz |
Update xmame to 0.82.1.
Changes since 0.81.1 include:
- Everything from MAME 0.82 (http://x.mame.net/changes-mame.html) and
MESS 0.82 (http://x.mame.net/changes-mess.html).
- Improved the message that is displayed when a suitable X11 visual
cannot be found. Fixes Bugzilla bug 219. (Christopher Stone)
- Fixed the most egregious formatting errors in the xmame.6 manpage.
(Andre Majorel)
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 6d816130ddd..ce9d0053ad6 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.109 2004/04/16 20:44:54 kristerw Exp $ +# $NetBSD: Makefile,v 1.110 2004/05/16 00:27:30 kristerw Exp $ # -DISTNAME= xmame-0.81.1 +DISTNAME= xmame-0.82.1 CATEGORIES= emulators games x11 -MASTER_SITES= ftp://ftp.rx3.net/pub/arc/xmame/0.81.1/ +MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= kristerw@NetBSD.org @@ -107,9 +107,15 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${TARGET}.${MAME_DISP_METHOD} \ ${PREFIX}/bin/${TARGET} + ${INSTALL_PROGRAM} ${WRKSRC}/romcmp ${PREFIX}/bin/romcmp + ${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/bin/chdman ${INSTALL_MAN} ${WRKSRC}/doc/${TARGET}.6 \ ${PREFIX}/man/man6/${TARGET}.6 ${INSTALL_DATA_DIR} ${ROMPATH} ${INSTALL_DATA} ${WRKSRC}/doc/${TARGET}rc ${ROMPATH}/${TARGET}rc + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/xmame/ + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/html/xmame/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmame + ${INSTALL_DATA} ${WRKSRC}/doc/xmame-doc.txt ${PREFIX}/share/doc/xmame .include "../../mk/bsd.pkg.mk" |