From 2ec90e8bad941e0cfa7c3b33e2f0013dd48c5e63 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 14 Sep 2003 19:10:01 +0000 Subject: Initial import of dega, version 1.07: Dega is a Sega Master System, Sega Mark III and Sega Game Gear emulator. It uses the SDL library. Provided by pancake@phreaker.net in pkgsrc-wip with some minor changes by me. --- emulators/dega/DESCR | 2 ++ emulators/dega/Makefile | 22 ++++++++++++++++++++++ emulators/dega/PLIST | 2 ++ emulators/dega/distinfo | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 emulators/dega/DESCR create mode 100644 emulators/dega/Makefile create mode 100644 emulators/dega/PLIST create mode 100644 emulators/dega/distinfo (limited to 'emulators/dega') diff --git a/emulators/dega/DESCR b/emulators/dega/DESCR new file mode 100644 index 00000000000..288dfaef060 --- /dev/null +++ b/emulators/dega/DESCR @@ -0,0 +1,2 @@ +Dega is a Sega Master System, Sega Mark III and Sega Game Gear emulator. +It uses the SDL library. diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile new file mode 100644 index 00000000000..858aeabad9e --- /dev/null +++ b/emulators/dega/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/14 19:10:01 jmmv Exp $ +# + +DISTNAME= dega-1.07 +CATEGORIES= emulators +MASTER_SITES= http://www.emulinks.de/emus/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.finalburn.com/dega/ +COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator + +BUILD_DEPENDS= nasm>=0.98:../../devel/nasm + +USE_BUILDLINK2= yes +USE_GMAKE= yes +USE_X11= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin + +.include "../../devel/SDL/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/dega/PLIST b/emulators/dega/PLIST new file mode 100644 index 00000000000..c0955dfe944 --- /dev/null +++ b/emulators/dega/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/14 19:10:01 jmmv Exp $ +bin/dega diff --git a/emulators/dega/distinfo b/emulators/dega/distinfo new file mode 100644 index 00000000000..3c65c69ee88 --- /dev/null +++ b/emulators/dega/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/14 19:10:01 jmmv Exp $ + +SHA1 (dega-1.07.tar.gz) = 1401e5af566bc3e7658a4552940219688c082ce8 +Size (dega-1.07.tar.gz) = 85189 bytes -- cgit v1.2.3