summaryrefslogtreecommitdiff
path: root/emulators/stella-sdl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/stella-sdl/Makefile')
-rw-r--r--emulators/stella-sdl/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/stella-sdl/Makefile b/emulators/stella-sdl/Makefile
new file mode 100644
index 00000000000..3e0ba974c9a
--- /dev/null
+++ b/emulators/stella-sdl/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 12:00:24 dillo Exp $
+
+PKGNAME= stella-sdl-${STELLA_VERSION}
+CONFLICTS= stella-[0-9]*
+
+.include "../stella/Makefile.common"
+
+# SOUND_SDL doesn't work
+#MAKE_ENV+= SOUND_SDL=1
+MAKE_ENV+= SOUND_OSS=1 JOYSTICK_SUPPORT=1
+ALL_TARGET= linux-sdl
+STELLA= stella.sdl
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"