mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
"Griel's Quest for the Sangraal" is a game released for MSX2 systems
in the year 1990 (only on Japan). In 2005 was ported to MSX1 systems by Karoshi Corp. This version is a port of MSX1 version of the game to the GNU/Linux systems. Featuring all the levels, objects and enemies. The program is written in C language with the help of SDL 1.2 libraries. WWW: https://github.com/nevat/griels-quest
This commit is contained in:
parent
f450fcbe6a
commit
b180849c7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386185
@ -372,6 +372,7 @@
|
||||
SUBDIR += greed
|
||||
SUBDIR += gretools
|
||||
SUBDIR += grhino
|
||||
SUBDIR += griels-quest
|
||||
SUBDIR += gru
|
||||
SUBDIR += grubik
|
||||
SUBDIR += gshisen
|
||||
|
24
games/griels-quest/Makefile
Normal file
24
games/griels-quest/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= griels-quest
|
||||
PORTVERSION= git20150512
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Griel's Quest for the Sangraal
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= nevat
|
||||
GH_TAGNAME= 0282e6a2e3
|
||||
|
||||
USE_SDL= sdl mixer image ttf gfx
|
||||
|
||||
DATADIR= ${PREFIX}/share/griels
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/griels
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/griels-quest/distinfo
Normal file
2
games/griels-quest/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (nevat-griels-quest-git20150512-0282e6a2e3_GH0.tar.gz) = e512c7da6d6d5055bb60229d70e8ae93d1124f7f237c3699641cf7a8b3628be1
|
||||
SIZE (nevat-griels-quest-git20150512-0282e6a2e3_GH0.tar.gz) = 6411052
|
9
games/griels-quest/pkg-descr
Normal file
9
games/griels-quest/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
"Griel's Quest for the Sangraal" is a game released for MSX2 systems
|
||||
in the year 1990 (only on Japan). In 2005 was ported to MSX1 systems
|
||||
by Karoshi Corp.
|
||||
|
||||
This version is a port of MSX1 version of the game to the GNU/Linux
|
||||
systems. Featuring all the levels, objects and enemies. The program
|
||||
is written in C language with the help of SDL 1.2 libraries.
|
||||
|
||||
WWW: https://github.com/nevat/griels-quest
|
53
games/griels-quest/pkg-plist
Normal file
53
games/griels-quest/pkg-plist
Normal file
@ -0,0 +1,53 @@
|
||||
bin/griels
|
||||
share/applications/griels.desktop
|
||||
%%DATADIR%%/data/rounds.txt
|
||||
%%DATADIR%%/fx/fx_ding.ogg
|
||||
%%DATADIR%%/fx/fx_error.ogg
|
||||
%%DATADIR%%/fx/fx_giveup.ogg
|
||||
%%DATADIR%%/fx/fx_hahaha.ogg
|
||||
%%DATADIR%%/fx/fx_key.ogg
|
||||
%%DATADIR%%/fx/fx_kill.ogg
|
||||
%%DATADIR%%/fx/fx_ok.ogg
|
||||
%%DATADIR%%/fx/fx_poff.ogg
|
||||
%%DATADIR%%/fx/fx_start.ogg
|
||||
%%DATADIR%%/fx/fx_uaaah.ogg
|
||||
%%DATADIR%%/music/ending.ogg
|
||||
%%DATADIR%%/music/gameover.ogg
|
||||
%%DATADIR%%/music/history.ogg
|
||||
%%DATADIR%%/music/stage1.ogg
|
||||
%%DATADIR%%/music/stage2.ogg
|
||||
%%DATADIR%%/music/stage3.ogg
|
||||
%%DATADIR%%/music/stage4.ogg
|
||||
%%DATADIR%%/music/stage5.ogg
|
||||
%%DATADIR%%/music/stageclear.ogg
|
||||
%%DATADIR%%/png/blackbox.png
|
||||
%%DATADIR%%/png/blackbox2.png
|
||||
%%DATADIR%%/png/blocks.png
|
||||
%%DATADIR%%/png/ending1.png
|
||||
%%DATADIR%%/png/ending2.png
|
||||
%%DATADIR%%/png/ending3.png
|
||||
%%DATADIR%%/png/fonts.png
|
||||
%%DATADIR%%/png/gamehead.png
|
||||
%%DATADIR%%/png/gameover.png
|
||||
%%DATADIR%%/png/howtoplay.png
|
||||
%%DATADIR%%/png/icon.png
|
||||
%%DATADIR%%/png/karoshi.png
|
||||
%%DATADIR%%/png/menu.png
|
||||
%%DATADIR%%/png/passw1.png
|
||||
%%DATADIR%%/png/passw10.png
|
||||
%%DATADIR%%/png/passw2.png
|
||||
%%DATADIR%%/png/passw3.png
|
||||
%%DATADIR%%/png/passw4.png
|
||||
%%DATADIR%%/png/passw5.png
|
||||
%%DATADIR%%/png/passw6.png
|
||||
%%DATADIR%%/png/passw7.png
|
||||
%%DATADIR%%/png/passw8.png
|
||||
%%DATADIR%%/png/passw9.png
|
||||
%%DATADIR%%/png/password.png
|
||||
%%DATADIR%%/png/round.png
|
||||
%%DATADIR%%/png/soon.png
|
||||
%%DATADIR%%/png/startinfo.png
|
||||
%%DATADIR%%/png/startscreen.png
|
||||
%%DATADIR%%/png/texts.png
|
||||
%%DATADIR%%/png/theend.png
|
||||
share/pixmaps/griels.png
|
Loading…
Reference in New Issue
Block a user