c9c087d8b1
Changes for version 78 * Fixed an issue where, after failing to load a ROM, the emulator would be paused forever. * Added a toggle to joypad configuration to allow or disallow direct use of modifier keys. * Changed the option to disable screensaver so that it uses XResetScreenSaver and xdg-screensaver due to XTestFakeKeyEvent being removed in the latest X.org release. Changes for version 77 * Added pt_BR translation. [Tiberio Vitor] * Fixed a bug where the sound driver would switch from SDL in the Preferences dialog if one of OSS or PortAudio was not installed.
37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2009/10/20 15:34:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= snes9x-1.51-src-gtk-78
|
|
PKGNAME= snes9x-gtk-1.51.78
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://snes9x-gtk.googlecode.com/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.snes9x.com/phpbb2/viewtopic.php?p=22874
|
|
COMMENT= SNES emulator with GTK frontend
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/snes9x-1.51-src/gtk
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= intltool pkg-config msgfmt
|
|
|
|
CONFIGURE_ARGS+= --without-opengl
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
|
|
.endif
|
|
|
|
.include "../../audio/portaudio-devel/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../graphics/gtkglext/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libXv/buildlink3.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|