summaryrefslogtreecommitdiff
path: root/emulators/simh
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-03-04 13:29:01 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-03-04 13:29:01 +0000
commit1afd4529c1b741e9742e75ad7bd3a1081b57f263 (patch)
tree2960fa040526e160307cb6b0a993f10d670c9809 /emulators/simh
parent * The modification of the Makefile due to the merge of compface and (diff)
Update port. DISTFILE name did not change but includes the following
updates: o Added support for HP2100 Simulator floating point and dynamic mapping, 0 PDP-7 DECtape, and IBM 1130. o Expanded HP2100 disk pack support o Expanded I1401 support o Moved Altair files around
Notes
Notes: svn path=/head/; revision=55520
Diffstat (limited to 'emulators/simh')
-rw-r--r--emulators/simh/Makefile20
-rw-r--r--emulators/simh/distinfo2
-rw-r--r--emulators/simh/pkg-plist9
3 files changed, 17 insertions, 14 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 97769ac27561..9ad71302ae0d 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sim
-PORTVERSION= 2.9
+PORTVERSION= 2.9.1
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/ \
${MASTER_SITE_LOCAL}
@@ -22,6 +22,9 @@ NO_WRKSUBDIR= yes
SHELL=${SH}
+BIN_FILES= altair eclipse h316 nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 \
+ pdp9 s3
+
post-configure:
@${MKDIR} ${WRKSRC}/BIN
@for i in `find . -name "*.[hc]"`; \
@@ -30,17 +33,12 @@ post-configure:
done
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/nova ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp1 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp4 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp7 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp8 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp9 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp11 ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp15 ${PREFIX}/bin
+.for file in ${BIN_FILES}
+ ${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
+.endfor
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \
- ${PREFIX}/share/doc/sim
+ @${MKDIR} ${PREFIX}/share/doc/sim
+ @${INSTALL_DATA} ${WRKDIR}/simh_doc.txt ${PREFIX}/share/doc/sim
.endif
.include <bsd.port.mk>
diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo
index 9c14056be034..2a2c8c5feda8 100644
--- a/emulators/simh/distinfo
+++ b/emulators/simh/distinfo
@@ -1 +1 @@
-MD5 (simhv29.zip) = dbdc1622a4b0c2279e0bdefd2ce56e2b
+MD5 (simhv29.zip) = f1c37c422006c986b375abfbf974edc9
diff --git a/emulators/simh/pkg-plist b/emulators/simh/pkg-plist
index d46b31cd506a..0a20cd715aff 100644
--- a/emulators/simh/pkg-plist
+++ b/emulators/simh/pkg-plist
@@ -1,10 +1,15 @@
+bin/altair
+bin/eclipse
+bin/h316
bin/nova
bin/pdp1
+bin/pdp10
+bin/pdp11
+bin/pdp15
bin/pdp4
bin/pdp7
bin/pdp8
bin/pdp9
-bin/pdp11
-bin/pdp15
+bin/s3
share/doc/sim/simh_doc.txt
@dirrm share/doc/sim