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 +# +# $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 + 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