diff options
author | asami <asami@FreeBSD.org> | 1997-06-10 17:48:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-10 17:48:34 +0800 |
commit | b62ad543e696c4bf7107381c4c55f7213b47dba1 (patch) | |
tree | 21a1adc6556f9597f434f10ee62cb1d763202cec /games | |
parent | bd8ce0f51f6e2e8862c4d9e14757673943a8a61d (diff) | |
download | freebsd-ports-graphics-b62ad543e696c4bf7107381c4c55f7213b47dba1.tar.gz freebsd-ports-graphics-b62ad543e696c4bf7107381c4c55f7213b47dba1.tar.zst freebsd-ports-graphics-b62ad543e696c4bf7107381c4c55f7213b47dba1.zip |
The classic space-age stock trading game.
PR: 3797
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games')
-rw-r--r-- | games/starlanes/Makefile | 29 | ||||
-rw-r--r-- | games/starlanes/distinfo | 1 | ||||
-rw-r--r-- | games/starlanes/files/patch-aa | 19 | ||||
-rw-r--r-- | games/starlanes/files/patch-ab | 11 | ||||
-rw-r--r-- | games/starlanes/pkg-comment | 1 | ||||
-rw-r--r-- | games/starlanes/pkg-descr | 10 | ||||
-rw-r--r-- | games/starlanes/pkg-plist | 4 |
7 files changed, 75 insertions, 0 deletions
diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile new file mode 100644 index 00000000000..ede216db8ca --- /dev/null +++ b/games/starlanes/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: starlanes +# Version required: 1.2.2 +# Date created: 7 May 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= starlanes-1.2.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/strategy + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= +MAN6= starlanes.6 + +pre-build: + @ ${RM} ${WRKSRC}/starlanes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/starlanes ${PREFIX}/bin/starlanes + @ ${INSTALL_MAN} ${WRKSRC}/starlanes.6 ${PREFIX}/man/man6 + @ ${MKDIR} ${PREFIX}/share/doc/starlanes + @ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/starlanes/COPYING + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/starlanes/README + +.include <bsd.port.mk> diff --git a/games/starlanes/distinfo b/games/starlanes/distinfo new file mode 100644 index 00000000000..bed0d582853 --- /dev/null +++ b/games/starlanes/distinfo @@ -0,0 +1 @@ +MD5 (starlanes-1.2.2.tar.gz) = c340e5b71070cea48de57231dc23b255 diff --git a/games/starlanes/files/patch-aa b/games/starlanes/files/patch-aa new file mode 100644 index 00000000000..9ab476297f3 --- /dev/null +++ b/games/starlanes/files/patch-aa @@ -0,0 +1,19 @@ +*** starlanes.c Sun Mar 30 01:42:18 1997 +--- /home/andy/tmp/wrk/starlanes.c Sat May 10 15:33:29 1997 +*************** +*** 26,32 **** + #include <ctype.h> + #include <time.h> + #include <unistd.h> +! #include <curses.h> + #include <termios.h> + + /* color stuff: */ +--- 26,32 ---- + #include <ctype.h> + #include <time.h> + #include <unistd.h> +! #include <ncurses.h> + #include <termios.h> + + /* color stuff: */ diff --git a/games/starlanes/files/patch-ab b/games/starlanes/files/patch-ab new file mode 100644 index 00000000000..57a417f3d47 --- /dev/null +++ b/games/starlanes/files/patch-ab @@ -0,0 +1,11 @@ +--- ./Makefile.org Sat Mar 29 16:36:44 1997 ++++ ./Makefile Tue Jun 10 02:44:54 1997 +@@ -3,7 +3,7 @@ + # + + CC=gcc +-CCOPTS=-Wall ++CCOPTS=-Wall ${CFLAGS} + CURSESLIB=ncurses + INSTALLDIR=/usr/local + diff --git a/games/starlanes/pkg-comment b/games/starlanes/pkg-comment new file mode 100644 index 00000000000..a3b0377f621 --- /dev/null +++ b/games/starlanes/pkg-comment @@ -0,0 +1 @@ +The classic space-age stock trading game diff --git a/games/starlanes/pkg-descr b/games/starlanes/pkg-descr new file mode 100644 index 00000000000..49c7dd8b42f --- /dev/null +++ b/games/starlanes/pkg-descr @@ -0,0 +1,10 @@ +The classic space-age stock trading game, text-only using ncurses. + +This is a port to C from a version of Starlanes for the Osborne 1. The +original source is from a First Osborne Group (FOG) disk that I probably +picked up in 1982. The author isn't identified. Based on comments in +a TRS-80 version I picked up off the web, it would appear that it was +first published in Creative Computing magazine. + +-Beej +beej@ecst.csuchico.edu diff --git a/games/starlanes/pkg-plist b/games/starlanes/pkg-plist new file mode 100644 index 00000000000..48a75198aec --- /dev/null +++ b/games/starlanes/pkg-plist @@ -0,0 +1,4 @@ +bin/starlanes +man/man6/starlanes.6.gz +share/doc/starlanes/COPYING +share/doc/starlanes/README |