diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-09-14 20:21:42 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-09-14 20:21:42 +0000 |
commit | 03a64c079938b46e4ed5a317d45418b42d80534e (patch) | |
tree | cb814b59fe416d50c223fdccda7b2fb95545a6fb | |
parent | 540c7abd52cd795009e160c998119a1f547a03f9 (diff) | |
download | ports-03a64c079938b46e4ed5a317d45418b42d80534e.tar.gz ports-03a64c079938b46e4ed5a317d45418b42d80534e.zip |
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
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | games/blues/Makefile | 30 | ||||
-rw-r--r-- | games/blues/distinfo | 3 | ||||
-rw-r--r-- | games/blues/pkg-descr | 8 |
4 files changed, 43 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index b3e3f9c0e101..fc5711428d5c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -108,6 +108,7 @@ SUBDIR += blokish SUBDIR += bloodfrontier SUBDIR += bluemoon + SUBDIR += blues SUBDIR += bomber SUBDIR += bomberclone SUBDIR += bombherman @@ -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 diff --git a/games/blues/Makefile b/games/blues/Makefile new file mode 100644 index 000000000000..2ffbce20e7a6 --- /dev/null +++ b/games/blues/Makefile @@ -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> diff --git a/games/blues/distinfo b/games/blues/distinfo new file mode 100644 index 000000000000..9c5353353ee5 --- /dev/null +++ b/games/blues/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1647125623 +SHA256 (cyxx-blues-g20220312-d4b94bb_GH0.tar.gz) = 9a8dedb16f1cb9de813a40e510abe56e2eb68fc6487c28d019f73a58d74e6a08 +SIZE (cyxx-blues-g20220312-d4b94bb_GH0.tar.gz) = 163387 diff --git a/games/blues/pkg-descr b/games/blues/pkg-descr new file mode 100644 index 000000000000..f20b46a5ca6e --- /dev/null +++ b/games/blues/pkg-descr @@ -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 |