summaryrefslogtreecommitdiff
path: root/emulators/yabause/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-03-09 18:14:00 +0000
committertnn <tnn@pkgsrc.org>2008-03-09 18:14:00 +0000
commite8771ba72be54e611a4b4a96bb6f82217aa7bd91 (patch)
treea5a72455c7589b6467d187475cac9d5cdd07b92c /emulators/yabause/Makefile
parent543123b86f48b15ecd53184ac095847536a6621b (diff)
downloadpkgsrc-e8771ba72be54e611a4b4a96bb6f82217aa7bd91.tar.gz
Import yabause-0.9.3 as pkgsrc/emulators/yabause.
Yabause is a Sega Saturn emulator. It is written in C using the SDL and OpenGL libraries with support for cdrom and iso files. This has been brewing in pkgsrc-wip for a couple of years, looks mature enough for pkgsrc now. Originally packaged by wiz@, lately maintained by Adam Hoka.
Diffstat (limited to 'emulators/yabause/Makefile')
-rw-r--r--emulators/yabause/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile
new file mode 100644
index 00000000000..1554e05d6fb
--- /dev/null
+++ b/emulators/yabause/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/09 18:14:00 tnn Exp $
+
+DISTNAME= yabause-0.9.3
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yabause/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://yabause.sourceforge.net/
+COMMENT= Sega Saturn system emulator
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake
+USE_TOOLS+= pkg-config
+USE_DIRS+= xdg-1.4
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/gtkglext/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"