diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 22:37:44 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-03-15 22:37:44 +0000 |
commit | 7dc3156962783dd3598b92b3d8b9b9ca7a96c653 (patch) | |
tree | b7541f47a0d28a44026459a182ec91c7d5f29abc /games/netrek-BRMH-bin | |
parent | 1912468335fa0be5cbe891aac96ccdf4ade592a1 (diff) | |
download | ports-7dc3156962783dd3598b92b3d8b9b9ca7a96c653.tar.gz ports-7dc3156962783dd3598b92b3d8b9b9ca7a96c653.zip |
Submitted by: Donald Burr <dburr@FreeBSD.ORG>
Obtained from: the net
Import of new port games/netrek-BRMH-bin, a multi-player space battle/
warfare/conquest type game, with a Star Trek theme.
This is the "BRMH" version of the client, which is optimized for speed
and will perform better on sluggish machines.
Notes
Notes:
svn path=/head/; revision=17241
Diffstat (limited to 'games/netrek-BRMH-bin')
-rw-r--r-- | games/netrek-BRMH-bin/Makefile | 29 | ||||
-rw-r--r-- | games/netrek-BRMH-bin/distinfo | 1 | ||||
-rw-r--r-- | games/netrek-BRMH-bin/pkg-comment | 1 | ||||
-rw-r--r-- | games/netrek-BRMH-bin/pkg-descr | 20 | ||||
-rw-r--r-- | games/netrek-BRMH-bin/pkg-message | 14 | ||||
-rw-r--r-- | games/netrek-BRMH-bin/pkg-plist | 1 |
6 files changed, 66 insertions, 0 deletions
diff --git a/games/netrek-BRMH-bin/Makefile b/games/netrek-BRMH-bin/Makefile new file mode 100644 index 000000000000..2759709e687c --- /dev/null +++ b/games/netrek-BRMH-bin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: netrek +# Version required: BRMH 2.2p2 +# Date created: 15 Mar 1999 +# Whom: Donald Burr <dburr@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= BRMH-2.2p2.freebsd.bin +PKGNAME= netrek-BRMH-2.2p2 +CATEGORIES= games +MASTER_SITES= ftp://ftp.solace.mh.se/pub/netrek/clients/bsd/ +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-BRMH-bin/distinfo b/games/netrek-BRMH-bin/distinfo new file mode 100644 index 000000000000..80394c96f639 --- /dev/null +++ b/games/netrek-BRMH-bin/distinfo @@ -0,0 +1 @@ +MD5 (BRMH-2.2p2.freebsd.bin.gz) = b508c5b57bf0ee69929d3f8a527b85df diff --git a/games/netrek-BRMH-bin/pkg-comment b/games/netrek-BRMH-bin/pkg-comment new file mode 100644 index 000000000000..21dce8cba443 --- /dev/null +++ b/games/netrek-BRMH-bin/pkg-comment @@ -0,0 +1 @@ +A 16-player network space battle/conquest game with a Star Trek theme diff --git a/games/netrek-BRMH-bin/pkg-descr b/games/netrek-BRMH-bin/pkg-descr new file mode 100644 index 000000000000..13a2ec5a08a8 --- /dev/null +++ b/games/netrek-BRMH-bin/pkg-descr @@ -0,0 +1,20 @@ +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 "BRMH" client. It is optimized for speed, and so is +well suited to you if you have a slowish system. However, you don't get +any of the fancy extras, like colors, sound, etc. + +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"). diff --git a/games/netrek-BRMH-bin/pkg-message b/games/netrek-BRMH-bin/pkg-message new file mode 100644 index 000000000000..97da69ed2c4e --- /dev/null +++ b/games/netrek-BRMH-bin/pkg-message @@ -0,0 +1,14 @@ +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 + +Enjoy, have fun, and may you live long and prosper... diff --git a/games/netrek-BRMH-bin/pkg-plist b/games/netrek-BRMH-bin/pkg-plist new file mode 100644 index 000000000000..5498e3d71250 --- /dev/null +++ b/games/netrek-BRMH-bin/pkg-plist @@ -0,0 +1 @@ +bin/netrek |