summaryrefslogtreecommitdiff
path: root/emulators/simh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/simh/Makefile')
-rw-r--r--emulators/simh/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index f846750eea3..7c3abbaf3b0 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,13 +1,17 @@
-# $NetBSD: Makefile,v 1.7 2002/10/19 20:54:21 thorpej Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/19 21:38:09 thorpej Exp $
#
DISTNAME= simhv210-0b2
PKGNAME= simh-2.10.0b2
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/
EXTRACT_SUFX= .zip
EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ xq_beta4${EXTRACT_SUFX}
+
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://simh.trailing-edge.com/
COMMENT= Bob Supnik's historical computer simulator
@@ -19,6 +23,13 @@ post-extract:
${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
${MV} ${WRKSRC}/AltairZ80/altairZ80_defs.h \
${WRKSRC}/AltairZ80/altairz80_defs.h
+ ${MV} ${WRKSRC}/SIMH/sim_ether.c ${WRKSRC}/sim_ether.c
+ ${MV} ${WRKSRC}/SIMH/sim_ether.h ${WRKSRC}/sim_ether.h
+ ${MV} ${WRKSRC}/SIMH/PDP11/pdp11_xq.c ${WRKSRC}/PDP11/pdp11_xq.c
+ ${MV} ${WRKSRC}/SIMH/PDP11/pdp11_xq.h ${WRKSRC}/PDP11/pdp11_xq.h
+ ${MV} ${WRKSRC}/SIMH/xq_README.txt ${WRKSRC}/xq_README.txt
+ ${RMDIR} ${WRKSRC}/SIMH/PDP11
+ ${RMDIR} ${WRKSRC}/SIMH
do-install:
(cd ${WRKSRC}/BIN && for BIN in *; do \