diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-24 20:41:38 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-24 20:41:38 +0000 |
commit | bfaeab05b02fb52c8fa0ed4e85802da17a37e420 (patch) | |
tree | 407c7f28842d61f370db50a3c30f6633e602d900 /emulators/x48 | |
parent | 58ed417e897747810ebac394f95ea4907919bdb9 (diff) | |
download | ports-bfaeab05b02fb52c8fa0ed4e85802da17a37e420.tar.gz ports-bfaeab05b02fb52c8fa0ed4e85802da17a37e420.zip |
Notes
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/Makefile | 23 | ||||
-rw-r--r-- | emulators/x48/distinfo | 1 | ||||
-rw-r--r-- | emulators/x48/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/x48/pkg-descr | 8 | ||||
-rw-r--r-- | emulators/x48/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile new file mode 100644 index 000000000000..1fe9455c1897 --- /dev/null +++ b/emulators/x48/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: x48 +# Version required: 0.4.0 +# Date created: Thu Oct 24 13:10:59 CDT 1996 +# Whom: erich@FreeBSD.org +# +# $Id$ +# + +DISTNAME= x48-0.4.0 +CATEGORIES+= emulators +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Emulators/ + +MAINTAINER= erich@FreeBSD.org + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +post-install: + mkdir -p ${PREFIX}/share/x48 + cp ${WRKSRC}/README ${PREFIX}/share/x48/README-x48 + cp ${WRKSRC}/doc/CARDS.doc ${WRKSRC}/doc/ROMDump.doc ${PREFIX}/share/x48 + +.include <bsd.port.mk> diff --git a/emulators/x48/distinfo b/emulators/x48/distinfo new file mode 100644 index 000000000000..4cd8934c499d --- /dev/null +++ b/emulators/x48/distinfo @@ -0,0 +1 @@ +MD5 (x48-0.4.0.tar.gz) = dda5bca417eb0dcd12b9ea7c3742f462 diff --git a/emulators/x48/pkg-comment b/emulators/x48/pkg-comment new file mode 100644 index 000000000000..909e3e43dd76 --- /dev/null +++ b/emulators/x48/pkg-comment @@ -0,0 +1 @@ +an HP48sx emulator diff --git a/emulators/x48/pkg-descr b/emulators/x48/pkg-descr new file mode 100644 index 000000000000..eac31089d244 --- /dev/null +++ b/emulators/x48/pkg-descr @@ -0,0 +1,8 @@ +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. diff --git a/emulators/x48/pkg-plist b/emulators/x48/pkg-plist new file mode 100644 index 000000000000..8578bc269fb1 --- /dev/null +++ b/emulators/x48/pkg-plist @@ -0,0 +1,8 @@ +bin/x48 +bin/dump2rom +bin/checkrom +bin/mkcard +lib/X11/app-defaults/X48 +share/x48/README-x48 +share/x48/CARDS.doc +share/x48/ROMDump.doc |