Skip to content

Commit

Permalink
games/blues: new port had been added (+)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Sep 14, 2022
1 parent 540c7ab commit 03a64c0
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
SUBDIR += blokish
SUBDIR += bloodfrontier
SUBDIR += bluemoon
SUBDIR += blues
SUBDIR += bomber
SUBDIR += bomberclone
SUBDIR += bombherman
Expand Down Expand Up @@ -526,8 +527,8 @@
SUBDIR += libretro-mame2000
SUBDIR += libretro-mame2003
SUBDIR += libretro-mame2003_plus
SUBDIR += libretro-mgba
SUBDIR += libretro-melonds
SUBDIR += libretro-mgba
SUBDIR += libretro-mu
SUBDIR += libretro-nestopia
SUBDIR += libretro-nxengine
Expand Down
30 changes: 30 additions & 0 deletions games/blues/Makefile
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions games/blues/distinfo
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions games/blues/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 03a64c0

Please sign in to comment.