A curses-based 3-D driving game (wow).
PR: 3454 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
c359ce44cf
commit
e3ccb15b1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6741
6 changed files with 51 additions and 0 deletions
24
games/ztrack/Makefile
Normal file
24
games/ztrack/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: ztrack
|
||||
# Version required: 1.0
|
||||
# Date created: 1 May 1997
|
||||
# Whom: Andrey Zakhvatov <andy@icc.surw.chel.su>
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
DISTNAME= ztrack-1.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= games/arcade
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
WRKSRC= ${WRKDIR}/ztrack
|
||||
ALL_TARGET= ztrack
|
||||
MAN6= ztrack.6
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/ztrack ${PREFIX}/bin/ztrack
|
||||
@${INSTALL_MAN} ${WRKSRC}/ztrack.6 ${PREFIX}/man/man6
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/ztrack/distinfo
Normal file
1
games/ztrack/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ztrack-1.0.tar.gz) = 7d0a6579b52cc50e8646e18fd9af087a
|
19
games/ztrack/files/patch-aa
Normal file
19
games/ztrack/files/patch-aa
Normal file
|
@ -0,0 +1,19 @@
|
|||
*** ztrack.c Fri Dec 1 02:34:36 1995
|
||||
--- /home/andy/tmp/wrk/ztrack.c Tue Apr 29 14:20:07 1997
|
||||
***************
|
||||
*** 9,15 ****
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
! #include <curses.h>
|
||||
|
||||
|
||||
#ifdef HAVE_RANDOM
|
||||
--- 9,15 ----
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
! #include <ncurses.h>
|
||||
|
||||
|
||||
#ifdef HAVE_RANDOM
|
1
games/ztrack/pkg-comment
Normal file
1
games/ztrack/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Simple ncurses based pseudo-3D driving game
|
4
games/ztrack/pkg-descr
Normal file
4
games/ztrack/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ztrack is a (very) simple curses-based pseudo-3D driving
|
||||
game. It supports colour with ncurses. It should also
|
||||
compile on most reasonably modern Unix boxes. You probably
|
||||
need a pretty fast terminal - console or xterm is easily enough.
|
2
games/ztrack/pkg-plist
Normal file
2
games/ztrack/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/ztrack
|
||||
man/man6/ztrack.6.gz
|
Loading…
Reference in a new issue