mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add tileworld, an SDL puzzle game.
PR: ports/43832 Submitted by: Stefan `Sec` Zehl <sec@42.org>
This commit is contained in:
parent
0479a5bcdc
commit
0163fe6682
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72922
@ -299,6 +299,7 @@
|
||||
SUBDIR += tetrinet
|
||||
SUBDIR += tetrinet-x
|
||||
SUBDIR += textmaze
|
||||
SUBDIR += tileworld
|
||||
SUBDIR += tinymux
|
||||
SUBDIR += tkmoo
|
||||
SUBDIR += tksol
|
||||
|
29
games/tileworld/Makefile
Normal file
29
games/tileworld/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: tileworld
|
||||
# Date created: 08. Oct 02
|
||||
# Whom: sec@42.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tileworld
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
|
||||
DISTNAME= tworld-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sec@42.org
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
USE_REINPLACE= YES
|
||||
ALL_TARGET= tworld
|
||||
|
||||
MAN6= tworld.6
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/tileworld/distinfo
Normal file
1
games/tileworld/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tworld-1.0.tar.gz) = 4ccb1d38da7dcdc9c982b9c8e55ee232
|
1
games/tileworld/pkg-comment
Normal file
1
games/tileworld/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An emulation of the game "Chip's Challenge"
|
11
games/tileworld/pkg-descr
Normal file
11
games/tileworld/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Tile World is an emulation of the game "Chip's Challenge". "Chip's
|
||||
Challenge" was originally written for the Atari Lynx by Chuck Sommerville,
|
||||
and was later ported to MS Windows by Microsoft (among other ports).
|
||||
|
||||
"Chip's Challenge" is a game made up of both intellectually engaging
|
||||
puzzles and situations demanding fast reflexes. As you might have guessed,
|
||||
it is a tile-based game. The object of each level is simply to get out --
|
||||
i.e., to find and achieve the exit tile. This simple task, however, can
|
||||
sometimes be extremely challenging.
|
||||
|
||||
WWW: http://www.muppetlabs.com/~breadbox/software/tworld/
|
42
games/tileworld/pkg-plist
Normal file
42
games/tileworld/pkg-plist
Normal file
@ -0,0 +1,42 @@
|
||||
bin/tworld
|
||||
share/tworld/sets/intro-ms.dac
|
||||
share/tworld/sets/intro-lynx.dac
|
||||
share/tworld/sets/cc-ms.dac
|
||||
share/tworld/sets/cc-lynx.dac
|
||||
share/tworld/sets/CCLP2.dac
|
||||
share/tworld/data/intro.dat
|
||||
share/tworld/res/rc
|
||||
share/tworld/res/tiles.bmp
|
||||
share/tworld/res/font.bmp
|
||||
share/tworld/res/atiles.bmp
|
||||
share/tworld/res/block.wav
|
||||
share/tworld/res/traphit.wav
|
||||
share/tworld/res/ting.wav
|
||||
share/tworld/res/tick.wav
|
||||
share/tworld/res/thief.wav
|
||||
share/tworld/res/teleport.wav
|
||||
share/tworld/res/tada.wav
|
||||
share/tworld/res/splash.wav
|
||||
share/tworld/res/socket.wav
|
||||
share/tworld/res/snick.wav
|
||||
share/tworld/res/slurp.wav
|
||||
share/tworld/res/skaturn.wav
|
||||
share/tworld/res/skate.wav
|
||||
share/tworld/res/popup.wav
|
||||
share/tworld/res/plip.wav
|
||||
share/tworld/res/oof.wav
|
||||
share/tworld/res/force.wav
|
||||
share/tworld/res/door.wav
|
||||
share/tworld/res/ding.wav
|
||||
share/tworld/res/derezz.wav
|
||||
share/tworld/res/death.wav
|
||||
share/tworld/res/crackle.wav
|
||||
share/tworld/res/click.wav
|
||||
share/tworld/res/chack.wav
|
||||
share/tworld/res/bump.wav
|
||||
share/tworld/res/bomb.wav
|
||||
share/tworld/res/whisk.wav
|
||||
@dirrm share/tworld/sets
|
||||
@dirrm share/tworld/data
|
||||
@dirrm share/tworld/res
|
||||
@dirrm share/tworld
|
Loading…
Reference in New Issue
Block a user