diff options
Diffstat (limited to 'emulators/yabause')
-rw-r--r-- | emulators/yabause/DESCR | 2 | ||||
-rw-r--r-- | emulators/yabause/Makefile | 20 | ||||
-rw-r--r-- | emulators/yabause/PLIST | 9 | ||||
-rw-r--r-- | emulators/yabause/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/emulators/yabause/DESCR b/emulators/yabause/DESCR new file mode 100644 index 00000000000..84659dd6dde --- /dev/null +++ b/emulators/yabause/DESCR @@ -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. 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" diff --git a/emulators/yabause/PLIST b/emulators/yabause/PLIST new file mode 100644 index 00000000000..99c988f3c71 --- /dev/null +++ b/emulators/yabause/PLIST @@ -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 diff --git a/emulators/yabause/distinfo b/emulators/yabause/distinfo new file mode 100644 index 00000000000..6eb8f46517f --- /dev/null +++ b/emulators/yabause/distinfo @@ -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 |