1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

add taipan 0.9

Taipan was (and is) a classic role-playing game from the 1980s

PR:		35937
Submitted by:	Dave Walton <dwalton@acm.org>
This commit is contained in:
Ying-Chieh Liao 2002-09-20 05:56:57 +00:00
parent 400739812c
commit 8797325782
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66790
8 changed files with 80 additions and 0 deletions

View File

@ -280,6 +280,7 @@
SUBDIR += stvef-paks
SUBDIR += stvef-server
SUBDIR += sxsame
SUBDIR += taipan
SUBDIR += tank
SUBDIR += teg
SUBDIR += tetrinet

22
games/taipan/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: taipan
# Date created: 2002-03-15
# Whom: Dave Walton <dwalton@acm.org>
#
# $FreeBSD$
#
PORTNAME= taipan
PORTVERSION= 0.9
CATEGORIES= games
MASTER_SITES= ftp://ftp.ilbbs.com/pub/linux/
MAINTAINER= ports@FreeBSD.org
post-install:
@${STRIP_CMD} ${PREFIX}/bin/taipan
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
games/taipan/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (taipan-0.9.tar.gz) = a34f8d6648a73b3f96fc22eced474317

View File

@ -0,0 +1,26 @@
--- Makefile.orig Mon Dec 31 08:09:20 2001
+++ Makefile Fri Mar 15 14:52:14 2002
@@ -18,12 +18,12 @@
# install - installs taipan
prefix = /usr/local
-bindir = $(prefix)/games
+bindir = $(prefix)/bin
# 'make install' will compile and install the program
CC = gcc
-CFLAGS = -O3 -Wall
+CFLAGS += -O3 -Wall
OBJECTS = taipan.o
LIBS = -lcurses
RM = rm -f
@@ -34,7 +34,7 @@
$(RM) taipan $(OBJECTS)
install: taipan
- install -m 4755 -o root -g root -s taipan $(bindir)
+ install -m 755 -o root -g wheel -s taipan $(bindir)
taipan: $(OBJECTS)
$(CC) $(CFLAGS) -o taipan $(OBJECTS) $(LIBS)

View File

@ -0,0 +1,11 @@
--- taipan.c.orig Fri Mar 15 15:05:41 2002
+++ taipan.c Fri Mar 15 15:08:30 2002
@@ -2572,7 +2572,7 @@
amount = get_num(9);
if (amount == -1)
{
- amount = cash;
+ amount = repair_price;
}
if (amount <= cash)
{

1
games/taipan/pkg-comment Normal file
View File

@ -0,0 +1 @@
Taipan was (and is) a classic role-playing game from the 1980s

15
games/taipan/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
Taipan was (and is) a classic role-playing game from the 1980s.
While not as graphically oriented as some of the other popular games
of the time (e.g. Choplifter, Karateka, and Lode Runner), Taipan still
managed to capture the imagination of almost every player that laid
hands upon it.
Loosely based upon James Clavell's best-selling novel "Tai-Pan", the
game lets you play the role of an ocean-going trader doing business in
major Asian ports during the mid-1800s. Your objective is simple: make
the most money possible by trading and pirating. Based out of Hong Kong,
you'll sail from harbor to harbor buying commodities including opium,
silk, arms, and "general" goods, and selling them again at a higher
price elsewhere.
WWW: http://freshmeat.net/projects/taipan/

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

@ -0,0 +1,3 @@
bin/taipan
%%PORTDOCS%%share/doc/taipan/README
%%PORTDOCS%%@dirrm share/doc/taipan