summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-04 13:11:34 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-04 13:11:34 +0000
commit274f7c1a9337c8a53faa4ccb59d71ad9400dce49 (patch)
tree0f53e814f9ad35fb70394eb439a8dc103af43200 /emulators
parent4d891c70c1cfc29bf922f22b8b9dbefc408c774e (diff)
downloadFreeBSD-ports-274f7c1a9337c8a53faa4ccb59d71ad9400dce49.zip
FreeBSD-ports-274f7c1a9337c8a53faa4ccb59d71ad9400dce49.tar.gz
add libvm68k 1.0.6
M68000 virtual machine library
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/libvm68k/Makefile19
-rw-r--r--emulators/libvm68k/distinfo1
-rw-r--r--emulators/libvm68k/pkg-comment1
-rw-r--r--emulators/libvm68k/pkg-descr8
-rw-r--r--emulators/libvm68k/pkg-plist18
6 files changed, 48 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index c2a458a..4662c95 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -27,6 +27,7 @@
SUBDIR += hfsutils
SUBDIR += ia64sim
SUBDIR += ines
+ SUBDIR += libvm68k
SUBDIR += linux-vmware-toolbox
SUBDIR += linux_base
SUBDIR += linux_base-6
diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile
new file mode 100644
index 0000000..6c8a687
--- /dev/null
+++ b/emulators/libvm68k/Makefile
@@ -0,0 +1,19 @@
+# ex:ts=8
+# Ports collection makefile for: libvm68k
+# Date created: Jun 4, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libvm68k
+PORTVERSION= 1.0.6
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/emulators/libvm68k/distinfo b/emulators/libvm68k/distinfo
new file mode 100644
index 0000000..ebe5c38
--- /dev/null
+++ b/emulators/libvm68k/distinfo
@@ -0,0 +1 @@
+MD5 (libvm68k-1.0.6.tar.gz) = fe7ca60319f0e6ebf605951ec96a61dd
diff --git a/emulators/libvm68k/pkg-comment b/emulators/libvm68k/pkg-comment
new file mode 100644
index 0000000..34fba54
--- /dev/null
+++ b/emulators/libvm68k/pkg-comment
@@ -0,0 +1 @@
+M68000 virtual machine library
diff --git a/emulators/libvm68k/pkg-descr b/emulators/libvm68k/pkg-descr
new file mode 100644
index 0000000..d00b406
--- /dev/null
+++ b/emulators/libvm68k/pkg-descr
@@ -0,0 +1,8 @@
+Libvm68k - M68000 virtual machine library
+
+Features :
+ - Written in C++,
+ - Fairly portable, and
+ - Possibly much more! :)
+
+WWW: http://www.vx68k.org/libvm68k/
diff --git a/emulators/libvm68k/pkg-plist b/emulators/libvm68k/pkg-plist
new file mode 100644
index 0000000..fb6f043
--- /dev/null
+++ b/emulators/libvm68k/pkg-plist
@@ -0,0 +1,18 @@
+include/vm68k/addressing.h
+include/vm68k/conditional.h
+include/vm68k/iterator.h
+include/vm68k/memory.h
+include/vm68k/misc.h
+include/vm68k/mutex.h
+include/vm68k/processor.h
+include/vm68k/size.h
+include/vm68k/types.h
+@dirrm include/vm68k
+lib/libvm68k-1.0.so
+lib/libvm68k-1.0.so.4
+lib/libvm68k.a
+lib/libvm68k.la
+lib/libvm68k.so
+@unexec install-info --delete %D/info/libvm68k.info %D/info/dir
+info/libvm68k.info
+@exec install-info %D/info/libvm68k.info %D/info/dir
OpenPOWER on IntegriCloud