summaryrefslogtreecommitdiff
path: root/emulators/x48/Makefile
diff options
context:
space:
mode:
authoragc <agc>2001-04-27 14:56:27 +0000
committeragc <agc>2001-04-27 14:56:27 +0000
commit558e11ab3c3217e2f660658625f855c3921a59ba (patch)
treeb0890e3cf7238bc13f6caa6dc8fbf131e187c04e /emulators/x48/Makefile
parent1a6eb216650039f72cc39f3b65a92b5bd99f684c (diff)
downloadpkgsrc-558e11ab3c3217e2f660658625f855c3921a59ba.tar.gz
Initial import of x48-0.4.1 into the packages collection.
Provided in PR 12134 by Jens A Nilsson <jens@subzero.campus.luth.se> This emulator is capable of providing a faithful replication of the HP48. In order to do so, it requires a copy of the ROM software from YOUR calculator. In order to avoid breaking copyright laws, and upsetting HP, you MUST BE THE PROUD OWNER OF AN HP48 before running this program. Of course you can run this program without a copy of the ROM software in order to write trivial machine code programs but you will not be able to access any of the calculator functionality. WWW: http://home.earthlink.net/~rmmlgetz/
Diffstat (limited to 'emulators/x48/Makefile')
-rw-r--r--emulators/x48/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile
new file mode 100644
index 00000000000..c57ec23fd7c
--- /dev/null
+++ b/emulators/x48/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 14:56:27 agc Exp $
+#
+
+DISTNAME= x48_041
+PKGNAME= x48-0.4.1
+CATEGORIES= emulators
+MASTER_SITES= http://home.earthlink.net/~rmmlgetz/
+
+MAINTAINER= packages@netbsd.org
+COMMENT= HP48 emulator
+
+USE_IMAKE= YES
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x48 \
+ ${PREFIX}/share/doc/x48/romdump
+ cd ${WRKSRC}/doc && \
+ ${INSTALL_MAN} CARDS.doc INSTALLING ROMDump.doc \
+ ${PREFIX}/share/doc/x48
+ cd ${WRKSRC}/romdump && \
+ ${INSTALL_MAN} README ${PREFIX}/share/doc/x48/romdump && \
+ ${INSTALL_DATA} ROMDump ROMDump.s \
+ ${PREFIX}/share/doc/x48/romdump
+
+.include "../../mk/bsd.pkg.mk"