diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 14:10:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 14:10:54 +0000 |
commit | 522821f20c2937afe777f4ba07c7b95f7c915291 (patch) | |
tree | 4778626ced6b7b81b95d5dea19e9c18078944dbb /games | |
parent | Steam is Valve's new way of getting games into your hands ASAP. Games like (diff) |
- Remove games/steam, this have been reincarnated as games/linux-steam
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Notes
Notes:
svn path=/head/; revision=97086
Diffstat (limited to 'games')
-rw-r--r-- | games/steam/Makefile | 29 | ||||
-rw-r--r-- | games/steam/distinfo | 1 | ||||
-rw-r--r-- | games/steam/pkg-descr | 19 | ||||
-rw-r--r-- | games/steam/pkg-message | 21 | ||||
-rw-r--r-- | games/steam/pkg-plist | 2 |
5 files changed, 0 insertions, 72 deletions
diff --git a/games/steam/Makefile b/games/steam/Makefile deleted file mode 100644 index 9df68c1cc96e..000000000000 --- a/games/steam/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: hlstats -# Date created: 29 December 2003 -# Whom: hideki -# -# $FreeBSD$ -# - -PORTNAME= steam -PORTVERSION= 1.0 -CATEGORIES= games linux -MASTER_SITES= http://hlstats.neojapangz.com/files/ - -MAINTAINER= hido@neojapangz.com -COMMENT= Half Life dedicated server running on steam - -IS_INTERACTIVE= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_LINUX= yes - -do-build: - @ ${CHMOD} +x ${WRKDIR}/hldsupdatetool.bin && cd ${WRKDIR} && ./hldsupdatetool.bin - @ ${CAT} pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} - -do-install: - @ ${MKDIR} ${PREFIX}/${PORTNAME} - @ ${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/${PORTNAME}/ - @ ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/steam/distinfo b/games/steam/distinfo deleted file mode 100644 index eb9848504e9f..000000000000 --- a/games/steam/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (steam-1.0.tar.gz) = 3d32775d1cf34ff8c9c938312e5128b8 diff --git a/games/steam/pkg-descr b/games/steam/pkg-descr deleted file mode 100644 index f184a22e1426..000000000000 --- a/games/steam/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Steam is Valve's new way of getting games into your hands ASAP. Games like -Half-Life, Counter-Strike, and Counter-Strike Condition Zero -are all being made available through Steam. - -Steam games are automatically kept up-to-date with the latest content -and revisions. Steam also includes an instant-message client which -even works while you're in-game. - -At its core, Steam is a distributed file system and shared set of technology -components that can be implemented into any software application. - -With Steam, developers are given integrated tools for direct-content -publishing, flexible billing, ensured-version -control, anti-cheating, anti-piracy, and more. - -WWW: http://www.steampowered.com/ - -- Hideki -hido@neojapangz.com diff --git a/games/steam/pkg-message b/games/steam/pkg-message deleted file mode 100644 index 51c58bc40490..000000000000 --- a/games/steam/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -################################################################## -# To get started goto %%PREFIX%%/steam # -# and type the following to create a steam-user. # -# ./steam -create <username> <password> <question> <answer> # -# Example # -# ./steam -create johndoe l337cr3w nameofmygun M4A1 # -# # -# Once you have a steam-user account or if you have a registered # -# account already type the following to start updating your HLDS # -# ./steam -update <game> <installdir> <username> [<password> [Y]]# -# example # -# ./steam -update cstrike . johndoe l337cr3w Y # -# # -# Once your server has been updated type the following # -# to test your server. # -# ./hlds_run -game cstrike +maxplayers 10 +map de_dust # -# # -# For instructions on configuring your server goto # -# http://server.counter-strike.net # -# # -################################################################## diff --git a/games/steam/pkg-plist b/games/steam/pkg-plist deleted file mode 100644 index f9cf2635a5a8..000000000000 --- a/games/steam/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -steam/steam -@dirrm steam |