summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2004-06-06 00:20:29 +0000
committerjmallett <jmallett@FreeBSD.org>2004-06-06 00:20:29 +0000
commit539964b77abcb32516d76fb84eda395c61d9bee4 (patch)
tree0cd4ac602b2b55b302dd7b2481907f6817ea555f /emulators
parentd7be721c9c3e29bc3abc2509879534abda574839 (diff)
downloadFreeBSD-ports-539964b77abcb32516d76fb84eda395c61d9bee4.zip
FreeBSD-ports-539964b77abcb32516d76fb84eda395c61d9bee4.tar.gz
Add mips64emul:
A 64-bit MIPS emulator which emulates a variety of machines. WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/ Approved by: marcus (mentor)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/mips64emul/Makefile24
-rw-r--r--emulators/mips64emul/distinfo2
-rw-r--r--emulators/mips64emul/pkg-descr3
4 files changed, 30 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 9ac2a56..0b51461 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -60,6 +60,7 @@
SUBDIR += linux_base-gentoo-stage1
SUBDIR += mastergear
SUBDIR += minivmac
+ SUBDIR += mips64emul
SUBDIR += mtools
SUBDIR += osf1_base
SUBDIR += p-interp
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile
new file mode 100644
index 0000000..3287768
--- /dev/null
+++ b/emulators/mips64emul/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: mips64emul
+# Date created: 05 June, 2004
+# Whom: Juli Mallett <jmallett@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mips64emul
+PORTVERSION= 20040524
+CATEGORIES= emulators
+MASTER_SITES= http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/
+
+MAINTAINER= jmallett@FreeBSD.org
+COMMENT= A 64-bit MIPS emulator which emulates a variety of machines
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --nox11
+
+PLIST_FILES= bin/mips64emul
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin/mips64emul
+
+.include <bsd.port.mk>
diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo
new file mode 100644
index 0000000..799e753
--- /dev/null
+++ b/emulators/mips64emul/distinfo
@@ -0,0 +1,2 @@
+MD5 (mips64emul-20040524.tar.gz) = 2780cb77512b831cb399e19c4f558f24
+SIZE (mips64emul-20040524.tar.gz) = 359462
diff --git a/emulators/mips64emul/pkg-descr b/emulators/mips64emul/pkg-descr
new file mode 100644
index 0000000..9ee025e
--- /dev/null
+++ b/emulators/mips64emul/pkg-descr
@@ -0,0 +1,3 @@
+A 64-bit MIPS emulator which emulates a variety of machines.
+
+WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/
OpenPOWER on IntegriCloud