diff options
author | shattered <shattered@pkgsrc.org> | 2012-05-31 16:52:27 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2012-05-31 16:52:27 +0000 |
commit | 3faef0efef68d28d67fa6967df3b6994b9917168 (patch) | |
tree | 0944cb81f0caecdfcaeb4a60a4b4bddd2ff4033f /emulators | |
parent | 4624296c297da09d93756128fdd3b320ff7c09d8 (diff) | |
download | pkgsrc-3faef0efef68d28d67fa6967df3b6994b9917168.tar.gz |
Install chdman and unidasm.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mess/Makefile | 5 | ||||
-rw-r--r-- | emulators/mess/PLIST | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 8fadf457806..7123db32778 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2012/03/08 17:13:21 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/05/31 16:52:27 shattered Exp $ # DISTNAME= mess0145s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} +PKGREVISION= 1 MASTER_SITES= http://www.mess.org/_media/downloads: COMMENT= Multi Emulator Super System @@ -20,7 +21,7 @@ do-install: # ignored: messtest # remaining tools are installed with mame set -e; \ - for prg in castool floptool imgtool mess; \ + for prg in castool chdman floptool imgtool mess unidasm; \ do \ ${INSTALL_PROGRAM} ${WRKSRC}/"$$prg" ${DESTDIR}${PREFIX}/bin; \ done diff --git a/emulators/mess/PLIST b/emulators/mess/PLIST index 99a0a23eb78..fe6a35dbb86 100644 --- a/emulators/mess/PLIST +++ b/emulators/mess/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2012/03/08 17:13:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/05/31 16:52:27 shattered Exp $ bin/castool +bin/chdman bin/floptool bin/imgtool bin/mess +bin/unidasm share/doc/mess/credits.htm share/doc/mess/faq.htm share/doc/mess/howto.htm |