summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-11-15 16:42:55 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-11-15 16:42:55 +0000
commit3139089574681a9c5b90d440d58f36b25a16aae3 (patch)
tree0d0464bdce91b475b70a8c37739a1817168a6446 /emulators
parentnew port for virtual gameboy (diff)
new port for sega emulator
Submitted by:Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
Notes
Notes: svn path=/head/; revision=4492
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mastergear/Makefile28
-rw-r--r--emulators/mastergear/distinfo1
-rw-r--r--emulators/mastergear/pkg-comment1
-rw-r--r--emulators/mastergear/pkg-descr6
-rw-r--r--emulators/mastergear/pkg-plist3
5 files changed, 39 insertions, 0 deletions
diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile
new file mode 100644
index 000000000000..6e347032bc98
--- /dev/null
+++ b/emulators/mastergear/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: mastergear
+# Version required: 0.8
+# Date created: 02 November 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= SMS
+PKGNAME= mastergear-0.8
+CATEGORIES= emulators
+MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
+DISTFILES= MG.tar.Z
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_X11= yes
+
+CONFIGURE_ENV+= X11BASE=${X11BASE}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin
+ @mkdir ${PREFIX}/share/mastergear
+ cp ${WRKSRC}/MG.doc ${PREFIX}/share/mastergear
+
+.include <bsd.port.mk>
+
diff --git a/emulators/mastergear/distinfo b/emulators/mastergear/distinfo
new file mode 100644
index 000000000000..4b0bcc413eef
--- /dev/null
+++ b/emulators/mastergear/distinfo
@@ -0,0 +1 @@
+MD5 (MG.tar.Z) = 7a7896eda5cb122030fdadcc90b5fe0e
diff --git a/emulators/mastergear/pkg-comment b/emulators/mastergear/pkg-comment
new file mode 100644
index 000000000000..2f72cf0368b5
--- /dev/null
+++ b/emulators/mastergear/pkg-comment
@@ -0,0 +1 @@
+SEGA Master System and Game Gear emulator for X
diff --git a/emulators/mastergear/pkg-descr b/emulators/mastergear/pkg-descr
new file mode 100644
index 000000000000..28dc4ff673df
--- /dev/null
+++ b/emulators/mastergear/pkg-descr
@@ -0,0 +1,6 @@
+MasterGear is SEGA Master System and Game Gear emulator
+
+You must buy cartridges of SMS or Game Gear and get raw images of them to
+use this emulator.
+
+See also http://www.freeflight.com/fmt/MG/
diff --git a/emulators/mastergear/pkg-plist b/emulators/mastergear/pkg-plist
new file mode 100644
index 000000000000..b5cd140b9f48
--- /dev/null
+++ b/emulators/mastergear/pkg-plist
@@ -0,0 +1,3 @@
+bin/mg
+bin/dasm
+share/mastergear/MG.doc