From 977a79a719512eeb89abeeeba154f869bf71690f Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 25 Sep 2003 04:53:23 +0000 Subject: Initial import of dgen 1.2.3. Package provided by pancake via pkgsrc-wip. This is DGen/SDL, a semi-fantastic emulator for Unix-esque operating systems supported by the Simple DirectMedia Layer (SDL) library. It produces a virtual environment in which Sega Genesis (MegaDrive outside the US) games may run with fairly accurate audio and video. --- emulators/dgen/DESCR | 4 ++++ emulators/dgen/Makefile | 24 ++++++++++++++++++++++++ emulators/dgen/PLIST | 6 ++++++ emulators/dgen/distinfo | 4 ++++ 4 files changed, 38 insertions(+) create mode 100644 emulators/dgen/DESCR create mode 100644 emulators/dgen/Makefile create mode 100644 emulators/dgen/PLIST create mode 100644 emulators/dgen/distinfo diff --git a/emulators/dgen/DESCR b/emulators/dgen/DESCR new file mode 100644 index 00000000000..ad2915c8459 --- /dev/null +++ b/emulators/dgen/DESCR @@ -0,0 +1,4 @@ +This is DGen/SDL, a semi-fantastic emulator for Unix-esque operating systems +supported by the Simple DirectMedia Layer (SDL) library. It produces a virtual +environment in which Sega Genesis (MegaDrive outside the US) games may run +with fairly accurate audio and video. diff --git a/emulators/dgen/Makefile b/emulators/dgen/Makefile new file mode 100644 index 00000000000..25f7843033b --- /dev/null +++ b/emulators/dgen/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 04:53:23 xtraeme Exp $ +# + +DISTNAME= dgen-sdl-1.23 +CATEGORIES= emulators +MASTER_SITES= http://www.pknet.com/~joe/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.pknet.com/~joe/dgen-sdl.html +COMMENT= Genesis/Megadrive emulator for Unix platforms + +.if ${MACHINE_ARCH} == "i386" +DEPENDS+= nasm-[0-9]*:../../devel/nasm +.endif + +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_X11= yes +USE_BUILDLINK2= yes + +CONFIGURE_ARGS+= --with-extra-opt + +.include "../../devel/SDL/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/dgen/PLIST b/emulators/dgen/PLIST new file mode 100644 index 00000000000..bbe37fe7ad3 --- /dev/null +++ b/emulators/dgen/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/25 04:53:23 xtraeme Exp $ +bin/dgen +bin/tobin +man/man1/dgen.1 +man/man1/tobin.1 +man/man5/dgenrc.5 diff --git a/emulators/dgen/distinfo b/emulators/dgen/distinfo new file mode 100644 index 00000000000..eb06b16fcbd --- /dev/null +++ b/emulators/dgen/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/25 04:53:23 xtraeme Exp $ + +SHA1 (dgen-sdl-1.23.tar.gz) = c37096e5dd7c9f2c2c75496769d6d2b610a3a488 +Size (dgen-sdl-1.23.tar.gz) = 340556 bytes -- cgit v1.2.3