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:
parent
c60bca6ca6
commit
df8b29dab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50020
@ -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
30
games/ttraffic/Makefile
Normal 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
1
games/ttraffic/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ttraffic-0.8.tar.gz) = 2e88040f373092e4016c24ba0b8167b1
|
1
games/ttraffic/pkg-comment
Normal file
1
games/ttraffic/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
TTraffic - A Tcl/Tk version of Rush Hour
|
12
games/ttraffic/pkg-descr
Normal file
12
games/ttraffic/pkg-descr
Normal 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
3
games/ttraffic/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/ttraffic
|
||||
share/ttraffic/ttraffic.levels
|
||||
@dirrm share/ttraffic
|
Loading…
Reference in New Issue
Block a user