diff options
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/mips64emul/Makefile | 24 | ||||
-rw-r--r-- | emulators/mips64emul/distinfo | 2 | ||||
-rw-r--r-- | emulators/mips64emul/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9ac2a566388a..0b5146178be7 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 000000000000..3287768eb18b --- /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 000000000000..799e753fd7db --- /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 000000000000..9ee025e614ab --- /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/ |