summaryrefslogtreecommitdiff
path: root/emulators/dgen/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-09-25 04:53:23 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-09-25 04:53:23 +0000
commit977a79a719512eeb89abeeeba154f869bf71690f (patch)
tree5843dffb0bcc263a8ef7bcabd60abdc4d7bcc15a /emulators/dgen/Makefile
parentce6b44a5fa92f32d227122ca4f595ecc9fc96e73 (diff)
downloadpkgsrc-977a79a719512eeb89abeeeba154f869bf71690f.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/dgen/Makefile')
-rw-r--r--emulators/dgen/Makefile24
1 files changed, 24 insertions, 0 deletions
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"