summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormartin <martin>2013-03-26 13:43:19 +0000
committermartin <martin>2013-03-26 13:43:19 +0000
commit3e3cc76b292b0ee3b9e548ad54357765f570c877 (patch)
tree3392ed1bbf41e194c0b9529671ee35fa04746afa /emulators
parent1c4817f8a35cfbdbec6e7481d78dad9044246305 (diff)
downloadpkgsrc-3e3cc76b292b0ee3b9e548ad54357765f570c877.tar.gz
Install vmb.exe - it is required to run the VAX 780 emulation
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh/Makefile4
-rw-r--r--emulators/simh/PLIST4
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index def7d00b653..b04245809ad 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2013/02/06 19:30:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2013/03/26 13:43:19 martin Exp $
DISTNAME= simhv39-0
PKGNAME= simh-3.9.0
@@ -44,7 +44,9 @@ do-install:
${INSTALL_PROGRAM} $$BIN ${DESTDIR}${PREFIX}/bin/simh-$$BIN; \
fi ; \
done)
+
${INSTALL_DATA} ${WRKSRC}/VAX/ka655x.bin ${DESTDIR}${PREFIX}/share/simh
+ ${INSTALL_DATA} ${WRKSRC}/VAX/vmb.exe ${DESTDIR}${PREFIX}/share/simh
(cd ${WRKSRC} && for TXT in *.txt */*.txt; do \
${INSTALL_DATA} $$TXT ${DESTDIR}${PREFIX}/share/doc/simh; \
done)
diff --git a/emulators/simh/PLIST b/emulators/simh/PLIST
index 1e2674d76c7..2f378f71a97 100644
--- a/emulators/simh/PLIST
+++ b/emulators/simh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2012/05/04 09:38:23 hans Exp $
+@comment $NetBSD: PLIST,v 1.13 2013/03/26 13:43:19 martin Exp $
bin/simh-altair
bin/simh-altairz80
bin/simh-eclipse
@@ -46,3 +46,5 @@ share/doc/simh/sds_diag.txt
share/doc/simh/system3.txt
share/doc/simh/vax780_bug_history.txt
share/simh/ka655x.bin
+share/simh/vmb.exe
+