1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add ttraffic, a Tcl/Tk version of the board game Rush Hour.

Requested by:	guido
This commit is contained in:
Anton Berezin 2001-11-14 12:33:08 +00:00
parent c60bca6ca6
commit df8b29dab1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50020
6 changed files with 48 additions and 0 deletions

View File

@ -250,6 +250,7 @@
SUBDIR += tksol
SUBDIR += tornado
SUBDIR += trojka
SUBDIR += ttraffic
SUBDIR += tux-aqfh
SUBDIR += tuxkart
SUBDIR += tuxracer

30
games/ttraffic/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: games/ttraffic
# Date created: 14 November 2001
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ttraffic
PORTVERSION= 0.8
CATEGORIES= games
MASTER_SITES= http://alpha.luc.ac.be/Research/Algebra/Members/Ttraffic/ \
http://www.tobez.org/download/port-mirrors/games/ttraffic/
MAINTAINER= tobez@FreeBSD.org
BUILD_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
NO_BUILD= yes
post-patch:
${PERL} -pi -e 's|/usr/local/share/ttraffic/|${DATADIR}/|g;' \
-e 's|#!/usr/bin/wish|#!${LOCALBASE}/bin/wish8.3|g' \
${WRKSRC}/ttraffic.tcl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ttraffic.tcl ${PREFIX}/bin/ttraffic
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ttraffic.levels ${DATADIR}
.include <bsd.port.mk>

1
games/ttraffic/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ttraffic-0.8.tar.gz) = 2e88040f373092e4016c24ba0b8167b1

View File

@ -0,0 +1 @@
TTraffic - A Tcl/Tk version of Rush Hour

12
games/ttraffic/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
TTraffic is a Tcl/Tk version of the board game Rush Hour created by
Binary Arts Coporation. The goal is to remove the red car(s) out of the
grid through the slot on the right. To do this you have to slide the
other cars out of the way. TTraffic is inspired by GTraffic, the Gnome
version Rush Hour. TTraffic comes with about 15.000 puzzles ranging from
intermediate to expert. These puzzles were automatically created by the
program gtlevel.
WWW: http://alpha.luc.ac.be/Research/Algebra/Members/Ttraffic/ttraffic.html
-Anton
<tobez@FreeBSD.org>

3
games/ttraffic/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/ttraffic
share/ttraffic/ttraffic.levels
@dirrm share/ttraffic