diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:48:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:48:34 +0000 |
commit | 92592a8a6a8aea76c67855ff47aa3a0957704e2d (patch) | |
tree | 9eeab11511e13d20167bda71214c671e266fa314 /games/starlanes | |
parent | f384703d94e1240aa95dce400eb3a7869def88c9 (diff) | |
download | ports-92592a8a6a8aea76c67855ff47aa3a0957704e2d.tar.gz ports-92592a8a6a8aea76c67855ff47aa3a0957704e2d.zip |
Notes
Diffstat (limited to 'games/starlanes')
-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 000000000000..ede216db8ca1 --- /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 000000000000..bed0d5828533 --- /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 000000000000..9ab476297f38 --- /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 000000000000..57a417f3d47c --- /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 000000000000..a3b0377f6214 --- /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 000000000000..49c7dd8b42f1 --- /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 000000000000..48a75198aecc --- /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 |