diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-01 10:00:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-01 10:00:23 +0000 |
commit | 96062bf5d48dfb1a807a846475a8a4bfab2d2cfe (patch) | |
tree | d3082d1842a2b472a8a7e6defb66da7320000830 | |
parent | Upgrade to 1.1.0.3. (diff) |
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.
This is a dedicated server, Linux version.
PR: ports/60660
Submitted by: Hideki Machida <hido@neojapangz.com>
Notes
Notes:
svn path=/head/; revision=97021
-rw-r--r-- | games/Makefile | 1 | ||||
-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 |
6 files changed, 73 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index b1f7dd6c989e..e8cf406556c7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -370,6 +370,7 @@ SUBDIR += spider SUBDIR += ssamtse SUBDIR += starlanes + SUBDIR += steam SUBDIR += stvef-paks SUBDIR += stvef-server SUBDIR += sxsame diff --git a/games/steam/Makefile b/games/steam/Makefile new file mode 100644 index 000000000000..9df68c1cc96e --- /dev/null +++ b/games/steam/Makefile @@ -0,0 +1,29 @@ +# 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 new file mode 100644 index 000000000000..eb9848504e9f --- /dev/null +++ b/games/steam/distinfo @@ -0,0 +1 @@ +MD5 (steam-1.0.tar.gz) = 3d32775d1cf34ff8c9c938312e5128b8 diff --git a/games/steam/pkg-descr b/games/steam/pkg-descr new file mode 100644 index 000000000000..f184a22e1426 --- /dev/null +++ b/games/steam/pkg-descr @@ -0,0 +1,19 @@ +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 new file mode 100644 index 000000000000..51c58bc40490 --- /dev/null +++ b/games/steam/pkg-message @@ -0,0 +1,21 @@ +################################################################## +# 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 new file mode 100644 index 000000000000..f9cf2635a5a8 --- /dev/null +++ b/games/steam/pkg-plist @@ -0,0 +1,2 @@ +steam/steam +@dirrm steam |