mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Entombed! is a one- or two-player maze game based on the classic Atari 2600
game "Entombed", 1982 U.S. Games. Wikipedia "Entombed (video game)" You and your team of archeologists have fallen into the "catacombs of the zombies". There's no time for research, though; the walls are closing in, and the zombies have sprung to life! Fortunately, you've discovered an ancient mystical potion which allows you to create and destroy walls. Bottles of this potion are strewn about the catacombs. Grab them, and you can break through walls when you get stuck, or create a wall behind you, if you're being chased. The longer you survive, the faster you have to move. WWW: http://www.newbreedsoftware.com/entombed/ PR: ports/170918 Submitted by: nemysis (self) Approved by: wg (mentor)
This commit is contained in:
parent
01d8c0a33f
commit
4aea7eee78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334929
@ -226,6 +226,7 @@
|
||||
SUBDIR += endgame-singularity-music
|
||||
SUBDIR += enigma
|
||||
SUBDIR += ensemblist
|
||||
SUBDIR += entombed
|
||||
SUBDIR += enygma
|
||||
SUBDIR += epiar
|
||||
SUBDIR += etracer
|
||||
|
46
games/entombed/Makefile
Normal file
46
games/entombed/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= entombed
|
||||
PORTVERSION= 2007.07.04
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/entombed/ \
|
||||
ftp://ftp.billsgames.com/unix/x/entombed/ \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
COMMENT= One- or two-player maze game based on the Entombed
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
USE_SDL= image mixer sdl
|
||||
|
||||
PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt
|
||||
|
||||
DESKTOP_ENTRIES="Entombed" "${COMMENT}" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;ArcadeGame;" false
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
.for d in embedded images images_halfsize music sounds
|
||||
@(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})
|
||||
.endfor
|
||||
|
||||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
4
games/entombed/distinfo
Normal file
4
games/entombed/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
SHA256 (entombed-2007.07.04.tar.gz) = a0c392d86901fbc2e263b7a9531dc8a87634c0799f114e856150bf3e8b374ab1
|
||||
SIZE (entombed-2007.07.04.tar.gz) = 304328
|
||||
SHA256 (entombed.png) = 0783e9d7322b24584e93e60034ee7d40ccd5afe11429a39c31b2caa72747d48c
|
||||
SIZE (entombed.png) = 2937
|
17
games/entombed/pkg-descr
Normal file
17
games/entombed/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
Entombed! is a one- or two-player maze game based on the classic Atari 2600
|
||||
game "Entombed", 1982 U.S. Games.
|
||||
|
||||
Wikipedia "Entombed (video game)"
|
||||
|
||||
You and your team of archeologists have fallen into the
|
||||
"catacombs of the zombies". There's no time for research, though;
|
||||
the walls are closing in, and the zombies have sprung to life!
|
||||
|
||||
Fortunately, you've discovered an ancient mystical potion which allows you to
|
||||
create and destroy walls. Bottles of this potion are strewn about the catacombs.
|
||||
Grab them, and you can break through walls when you get stuck,
|
||||
or create a wall behind you, if you're being chased.
|
||||
|
||||
The longer you survive, the faster you have to move.
|
||||
|
||||
WWW: http://www.newbreedsoftware.com/entombed/
|
75
games/entombed/pkg-plist
Normal file
75
games/entombed/pkg-plist
Normal file
@ -0,0 +1,75 @@
|
||||
bin/entombed
|
||||
%%DATADIR%%/embedded/images/title.bmp.bz2
|
||||
%%DATADIR%%/images/1.png
|
||||
%%DATADIR%%/images/2.png
|
||||
%%DATADIR%%/images/brick1.png
|
||||
%%DATADIR%%/images/brick2.png
|
||||
%%DATADIR%%/images/brick3.png
|
||||
%%DATADIR%%/images/brick4.png
|
||||
%%DATADIR%%/images/brick5.png
|
||||
%%DATADIR%%/images/credits1.png
|
||||
%%DATADIR%%/images/credits2.png
|
||||
%%DATADIR%%/images/credits3.png
|
||||
%%DATADIR%%/images/credits4.png
|
||||
%%DATADIR%%/images/icon.png
|
||||
%%DATADIR%%/images/makebreak1.png
|
||||
%%DATADIR%%/images/makebreak2.png
|
||||
%%DATADIR%%/images/makebreak3.png
|
||||
%%DATADIR%%/images/makebreak4.png
|
||||
%%DATADIR%%/images/makebreak5.png
|
||||
%%DATADIR%%/images/man1.png
|
||||
%%DATADIR%%/images/man2.png
|
||||
%%DATADIR%%/images/numbers.png
|
||||
%%DATADIR%%/images/paused.png
|
||||
%%DATADIR%%/images/title.jpg
|
||||
%%DATADIR%%/images/woman1.png
|
||||
%%DATADIR%%/images/woman2.png
|
||||
%%DATADIR%%/images/zombie1.png
|
||||
%%DATADIR%%/images/zombie2.png
|
||||
%%DATADIR%%/images/zombie_mad1.png
|
||||
%%DATADIR%%/images/zombie_mad2.png
|
||||
%%DATADIR%%/images_halfsize/1.png
|
||||
%%DATADIR%%/images_halfsize/2.png
|
||||
%%DATADIR%%/images_halfsize/brick1.png
|
||||
%%DATADIR%%/images_halfsize/brick2.png
|
||||
%%DATADIR%%/images_halfsize/brick3.png
|
||||
%%DATADIR%%/images_halfsize/brick4.png
|
||||
%%DATADIR%%/images_halfsize/brick5.png
|
||||
%%DATADIR%%/images_halfsize/credits1.png
|
||||
%%DATADIR%%/images_halfsize/credits2.png
|
||||
%%DATADIR%%/images_halfsize/credits3.png
|
||||
%%DATADIR%%/images_halfsize/credits4.png
|
||||
%%DATADIR%%/images_halfsize/icon.png
|
||||
%%DATADIR%%/images_halfsize/makebreak1.png
|
||||
%%DATADIR%%/images_halfsize/makebreak2.png
|
||||
%%DATADIR%%/images_halfsize/makebreak3.png
|
||||
%%DATADIR%%/images_halfsize/makebreak4.png
|
||||
%%DATADIR%%/images_halfsize/makebreak5.png
|
||||
%%DATADIR%%/images_halfsize/man1.png
|
||||
%%DATADIR%%/images_halfsize/man2.png
|
||||
%%DATADIR%%/images_halfsize/numbers.png
|
||||
%%DATADIR%%/images_halfsize/paused.png
|
||||
%%DATADIR%%/images_halfsize/title.jpg
|
||||
%%DATADIR%%/images_halfsize/woman1.png
|
||||
%%DATADIR%%/images_halfsize/woman2.png
|
||||
%%DATADIR%%/images_halfsize/zombie1.png
|
||||
%%DATADIR%%/images_halfsize/zombie2.png
|
||||
%%DATADIR%%/images_halfsize/zombie_mad1.png
|
||||
%%DATADIR%%/images_halfsize/zombie_mad2.png
|
||||
%%DATADIR%%/music/AMAZE.S3M
|
||||
%%DATADIR%%/music/Suggestive_vibes_01.mod
|
||||
%%DATADIR%%/sounds/die.wav
|
||||
%%DATADIR%%/sounds/gameover.wav
|
||||
%%DATADIR%%/sounds/makebreak_get.wav
|
||||
%%DATADIR%%/sounds/makebreak_use.wav
|
||||
%%DATADIR%%/sounds/zombie_appear.wav
|
||||
%%DATADIR%%/sounds/zombie_eat.wav
|
||||
%%DATADIR%%/sounds/zombie_mad.wav
|
||||
share/pixmaps/entombed.png
|
||||
@dirrm %%DATADIR%%/sounds
|
||||
@dirrm %%DATADIR%%/music
|
||||
@dirrm %%DATADIR%%/images_halfsize
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/embedded/images
|
||||
@dirrm %%DATADIR%%/embedded
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user