diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 22:40:27 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 22:40:27 +0000 |
commit | 6e1bad53519d96e9cba0874da4a0fa9f0bb0a53d (patch) | |
tree | 609a44726bf2755b0c78ad1af330b6b3b2f817b9 | |
parent | 7dc3156962783dd3598b92b3d8b9b9ca7a96c653 (diff) | |
download | ports-6e1bad53519d96e9cba0874da4a0fa9f0bb0a53d.tar.gz ports-6e1bad53519d96e9cba0874da4a0fa9f0bb0a53d.zip |
Notes
-rw-r--r-- | games/netrek-COW3-bin/Makefile | 29 | ||||
-rw-r--r-- | games/netrek-COW3-bin/distinfo | 1 | ||||
-rw-r--r-- | games/netrek-COW3-bin/pkg-comment | 1 | ||||
-rw-r--r-- | games/netrek-COW3-bin/pkg-descr | 24 | ||||
-rw-r--r-- | games/netrek-COW3-bin/pkg-message | 19 | ||||
-rw-r--r-- | games/netrek-COW3-bin/pkg-plist | 1 |
6 files changed, 75 insertions, 0 deletions
diff --git a/games/netrek-COW3-bin/Makefile b/games/netrek-COW3-bin/Makefile new file mode 100644 index 000000000000..3046b1bf37e8 --- /dev/null +++ b/games/netrek-COW3-bin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: netrek +# Version required: COW 3.00pl0 +# Date created: 15 Mar 1999 +# Whom: Donald Burr <dburr@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= COW.3.00pl0.FreeBSD +PKGNAME= netrek-COW-3.00p0 +CATEGORIES= games +MASTER_SITES= ftp://bigbang.astro.indiana.edu/pub/netrek/COW/COW-bin/ +EXTRACT_SUFX= .gz + +MAINTAINER= dburr@FreeBSD.ORG + +USE_X_PREFIX= YES +NO_BUILD= YES +NO_WRKSUBDIR= YES + +do-extract: + ${MKDIR} ${WRKDIR} + ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netrek + +do-install: + ${INSTALL} -c -o root -g wheel -m 555 ${WRKDIR}/netrek ${PREFIX}/bin + @${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/games/netrek-COW3-bin/distinfo b/games/netrek-COW3-bin/distinfo new file mode 100644 index 000000000000..9355a8c277a0 --- /dev/null +++ b/games/netrek-COW3-bin/distinfo @@ -0,0 +1 @@ +MD5 (COW.3.00pl0.FreeBSD.gz) = 8ad875c5fc64c2ed065faec20ec0f00b diff --git a/games/netrek-COW3-bin/pkg-comment b/games/netrek-COW3-bin/pkg-comment new file mode 100644 index 000000000000..21dce8cba443 --- /dev/null +++ b/games/netrek-COW3-bin/pkg-comment @@ -0,0 +1 @@ +A 16-player network space battle/conquest game with a Star Trek theme diff --git a/games/netrek-COW3-bin/pkg-descr b/games/netrek-COW3-bin/pkg-descr new file mode 100644 index 000000000000..7bb41eb7c381 --- /dev/null +++ b/games/netrek-COW3-bin/pkg-descr @@ -0,0 +1,24 @@ +Netrek is a multiplayer (up to 16 players) network space battle/conquest +game, with a Star Trek theem. Players can command one of several ship +types (Federation/Romulan/Klingon/Orion) and can band up in teams. The +object of the game is, basically, to control the Universe, by capturing +enemy planets, killing the enemy, etc. + +For more information, FAQs and beginners documentation, etc, see the +Netrek web site at http://www.netrek.org/. + +NOTE: This is the "COW3" client. It has several improvements over the +older servers -- a flashy 256 color mode, sound support, etc. Naturally, +these embellishments require more processing power. If your system is +on the sluggish side, you may like the "BRMH" client (also in ports) better. + +NOTE 2: This client is distributed in binary form, because it is a +"Blessed" client, meaning that it has been approved by the "Gods of Netrek" +and has had an RSA key embedded in it. You can, of course, compile your +own client if you wish, but keep in mind that, if you do so, your client +will be "Un-Blessed" and will probably be kicked out of the official +servers. This is to prevent some unscrupulous player from hacking his/her +client to give him/her superhuman powers ("cyborgs", or "borgs"). + +NOTE 3: This client, since it is still in development, has an expiration +date. The current version of the client will expire on Fri, 4/16/99. diff --git a/games/netrek-COW3-bin/pkg-message b/games/netrek-COW3-bin/pkg-message new file mode 100644 index 000000000000..1ef048ebdabd --- /dev/null +++ b/games/netrek-COW3-bin/pkg-message @@ -0,0 +1,19 @@ +The Netrek client is now installed. You may start it by typing "netrek". + +Be sure and read the Netrek web site (http://www.netrek.org/) before you +play! It contains many useful documents for the new (and not-so-new) +Netrek player, including the Netrek FAQ. Highly recommended reading! + +NOTE: Since this client was compiled, the address of the Netrek metaserver +has changed. The new metaserver address is "metaserver.netrek.org"> +To fix this, please insert the following into your ${HOME}/.netrekrc +file: + +metaserver: metaserver.netrek.org + +NOTE 2: This client, since it is still in development, has an expiration +date. The current version of the client will expire on Fri, 4/16/99. +I will be sure and update the port before this expiration date, when the +next version of the client comes out. :) + +Enjoy, have fun, and may you live long and prosper... diff --git a/games/netrek-COW3-bin/pkg-plist b/games/netrek-COW3-bin/pkg-plist new file mode 100644 index 000000000000..5498e3d71250 --- /dev/null +++ b/games/netrek-COW3-bin/pkg-plist @@ -0,0 +1 @@ +bin/netrek |