summaryrefslogtreecommitdiff
path: root/emulators/snes9x-gtk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-03 18:46:27 +0000
committerwiz <wiz>2009-01-03 18:46:27 +0000
commit34ad4ec12bbdbc3661279daf904c909e6b3964a5 (patch)
treecf4584a878902a5cc7e7f06581695d944f028498 /emulators/snes9x-gtk/Makefile
parentb48119d9ba5d0a5849a1a40a6ceca477f72ea4c2 (diff)
downloadpkgsrc-34ad4ec12bbdbc3661279daf904c909e6b3964a5.tar.gz
Initial import of snes9x-gtk-1.51 patch 61 (as 1.51.61):
snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator. It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan. This package contains a GTK port of snes9x.
Diffstat (limited to 'emulators/snes9x-gtk/Makefile')
-rw-r--r--emulators/snes9x-gtk/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
new file mode 100644
index 00000000000..42adbfda1a4
--- /dev/null
+++ b/emulators/snes9x-gtk/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/03 18:46:27 wiz Exp $
+#
+
+DISTNAME= snes9x-1.51-src-gtk-61
+PKGNAME= snes9x-gtk-1.51.61
+CATEGORIES= emulators
+MASTER_SITES= http://bearoso.googlepages.com/
+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
+
+WRKSRC= ${WRKDIR}/snes9x-1.51-src/gtk
+GNU_CONFIGURE= yes
+USE_DIRS= xdg-1.4
+USE_LANGUAGES= c c++
+USE_TOOLS+= intltool pkg-config
+
+CONFIGURE_ARGS+= --without-opengl
+
+.include "../../audio/portaudio-devel/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../graphics/gtkglext/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libXv/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"