summaryrefslogtreecommitdiff
path: root/emulators/xtrs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xtrs/Makefile')
-rw-r--r--emulators/xtrs/Makefile34
1 files changed, 34 insertions, 0 deletions
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"