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.
This commit is contained in:
parent
543123b86f
commit
e8771ba72b
4 changed files with 36 additions and 0 deletions
2
emulators/yabause/DESCR
Normal file
2
emulators/yabause/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Yabause is a Sega Saturn emulator. It is written in C using the SDL and
|
||||
OpenGL libraries with support for cdrom and iso files.
|
20
emulators/yabause/Makefile
Normal file
20
emulators/yabause/Makefile
Normal file
|
@ -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"
|
9
emulators/yabause/PLIST
Normal file
9
emulators/yabause/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/09 18:14:00 tnn Exp $
|
||||
bin/yabause
|
||||
man/man1/yabause.1
|
||||
share/applications/yabause.desktop
|
||||
share/pixmaps/yabause.png
|
||||
share/yabause/c68k_ini.inc
|
||||
@dirrm share/yabause
|
||||
@comment in xdg-dirs: @dirrm share/pixmaps
|
||||
@comment in xdg-dirs: @dirrm share/applications
|
5
emulators/yabause/distinfo
Normal file
5
emulators/yabause/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/03/09 18:14:00 tnn Exp $
|
||||
|
||||
SHA1 (yabause-0.9.3.tar.gz) = 04b661cc6020efea665fb30c1598e4531cfa50ae
|
||||
RMD160 (yabause-0.9.3.tar.gz) = 07803a55ba5a6c936672e26f76a8c55906bf8af6
|
||||
Size (yabause-0.9.3.tar.gz) = 561174 bytes
|
Loading…
Reference in a new issue