From 1d260b27bf26db59b5d1b94219740cfdf4dc327b Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 25 Sep 2004 16:26:47 +0000 Subject: Initial import of xtrs-4.9. xtrs is a Radio Shack TRS-80 Model I/III/4/4P emulator for Unix and the X Window System. It includes lower case, the real time clock, hi-res graphics, serial port, parallel printer, mouse, cassette, sound and music output (requires OSS), 5" and 8" floppy disk drives in single and double density, and even hard disk drives. The emulated floppy and hard disk file formats are compatible with the popular MSDOS-based emulators by Jeff Vavasour, Matthew Reed, and David Keil, and (if you choose a capable enough file format), all features of the original TRS-80 floppy disk controller are emulated. Under Linux, physical floppy disk drives are also supported. Physical cassettes can be read and written too. The user interface is a bit spartan, but it gets the job done. --- emulators/xtrs/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 emulators/xtrs/Makefile (limited to 'emulators/xtrs/Makefile') diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile new file mode 100644 index 00000000000..24e0b188eaf --- /dev/null +++ b/emulators/xtrs/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/25 16:26:47 uebayasi Exp $ +# + +DISTNAME= xtrs-4.9 +CATEGORIES= emulators +MASTER_SITES= http://www.tim-mann.org/trs80/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= ${MASTER_SITES} +COMMENT= TRS-80 Model I/III/4 Emulator for Unix + +USE_BUILDLINK3= yes +USE_X11= yes + +ALL_TARGET= default + +SUBST_CLASSES+= mf +SUBST_STAGE.mf= post-patch +SUBST_FILES.mf= Makefile.local +SUBST_SED.mf= -e 's|/usr/local|${PREFIX}|g' \ + -e 's|/usr/X11/|${X11PREFIX}/|g' \ + -e 's|/usr/include/X11|${X11BASE}/include|g' \ + -e 's|^\(LDFLAGS = \)-L\(/usr/X11R6/lib\)|\1-Wl,-R\2 -L\2|g' \ + -e 's|/share/man|/man|g' + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/xtrs + ${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.hex ${PREFIX}/lib/xtrs/romimage.m4p + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xtrs + ${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.README ${PREFIX}/share/doc/xtrs + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3