summaryrefslogtreecommitdiff
path: root/emulators/x48/Makefile
diff options
context:
space:
mode:
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"