diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-25 04:53:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-25 04:53:23 +0000 |
commit | 0cd1609f6515aa7a2891c95771a46c16e411bf85 (patch) | |
tree | 5843dffb0bcc263a8ef7bcabd60abdc4d7bcc15a /emulators | |
parent | 29b15f68ffa06aeebb02b6ac0746b8d4fe382f47 (diff) | |
download | pkgsrc-0cd1609f6515aa7a2891c95771a46c16e411bf85.tar.gz |
Initial import of dgen 1.2.3.
Package provided by pancake <pancake@phreaker.net> 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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dgen/DESCR | 4 | ||||
-rw-r--r-- | emulators/dgen/Makefile | 24 | ||||
-rw-r--r-- | emulators/dgen/PLIST | 6 | ||||
-rw-r--r-- | emulators/dgen/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
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 |