mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
games/blues: new port had been added (+)
This is a rewrite of the Blues Brothers and Blues Brothers: Jukebox Adventure game engines developed by Titus Interactive, using SDL 2. WWW: https://github.com/cyxx/blues
This commit is contained in:
parent
540c7abd52
commit
03a64c0799
4 changed files with 43 additions and 1 deletions
|
@ -108,6 +108,7 @@
|
||||||
SUBDIR += blokish
|
SUBDIR += blokish
|
||||||
SUBDIR += bloodfrontier
|
SUBDIR += bloodfrontier
|
||||||
SUBDIR += bluemoon
|
SUBDIR += bluemoon
|
||||||
|
SUBDIR += blues
|
||||||
SUBDIR += bomber
|
SUBDIR += bomber
|
||||||
SUBDIR += bomberclone
|
SUBDIR += bomberclone
|
||||||
SUBDIR += bombherman
|
SUBDIR += bombherman
|
||||||
|
@ -526,8 +527,8 @@
|
||||||
SUBDIR += libretro-mame2000
|
SUBDIR += libretro-mame2000
|
||||||
SUBDIR += libretro-mame2003
|
SUBDIR += libretro-mame2003
|
||||||
SUBDIR += libretro-mame2003_plus
|
SUBDIR += libretro-mame2003_plus
|
||||||
SUBDIR += libretro-mgba
|
|
||||||
SUBDIR += libretro-melonds
|
SUBDIR += libretro-melonds
|
||||||
|
SUBDIR += libretro-mgba
|
||||||
SUBDIR += libretro-mu
|
SUBDIR += libretro-mu
|
||||||
SUBDIR += libretro-nestopia
|
SUBDIR += libretro-nestopia
|
||||||
SUBDIR += libretro-nxengine
|
SUBDIR += libretro-nxengine
|
||||||
|
|
30
games/blues/Makefile
Normal file
30
games/blues/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
PORTNAME= blues
|
||||||
|
PORTVERSION= g20220312
|
||||||
|
CATEGORIES= games
|
||||||
|
|
||||||
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
|
COMMENT= Blues Brothers, Jukebox Adventure, and Prehistorik 2 engine reimplementation
|
||||||
|
WWW= https://github.com/cyxx/blues
|
||||||
|
|
||||||
|
LIB_DEPENDS= libmodplug.so:audio/libmodplug
|
||||||
|
|
||||||
|
USES= gmake sdl
|
||||||
|
USE_SDL= sdl2
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= cyxx
|
||||||
|
GH_TAGNAME= d4b94bb
|
||||||
|
|
||||||
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
PORTDOCS= README.md
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \
|
||||||
|
${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
|
do-install-DOCS-on:
|
||||||
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${INSTALL_WRKSRC}/*.md ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
games/blues/distinfo
Normal file
3
games/blues/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1647125623
|
||||||
|
SHA256 (cyxx-blues-g20220312-d4b94bb_GH0.tar.gz) = 9a8dedb16f1cb9de813a40e510abe56e2eb68fc6487c28d019f73a58d74e6a08
|
||||||
|
SIZE (cyxx-blues-g20220312-d4b94bb_GH0.tar.gz) = 163387
|
8
games/blues/pkg-descr
Normal file
8
games/blues/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
This is a rewrite of the Blues Brothers and Blues Brothers: Jukebox
|
||||||
|
Adventure game engines developed by Titus Interactive. There is also
|
||||||
|
support for Prehistorik 2. Compared to the original DOS executables,
|
||||||
|
the rewritten engines feature:
|
||||||
|
|
||||||
|
- Horizontal scrolling
|
||||||
|
- Configurable screen size
|
||||||
|
- Game cheats: unlimited lives and energy, no hit
|
Loading…
Add table
Reference in a new issue