pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/rtcw Initial import of Return to castle of Wolfe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4ffd267c2bf
branches: trunk
changeset: 469254:f4ffd267c2bf
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Feb 21 07:40:33 2004 +0000
description:
Initial import of Return to castle of Wolfenstein, provided by
David Ferlier in PR pkg/24222.
World War II rages and nations fall. SS head Himmler has Hitler's full
backing to twist science and the occult into an army capable of
annihilating the Allies once and for all. Battling alone, you're on an
intense mission to pierce the black heart of the Third Reich and stop
Himmler -- or die trying. Fighting in advanced team-based multiplayer mode,
you'll wage your own WWII in an all-out Axis vs. Allies contest for
frontline domination.
Powered by the Quake III Arena engine, the Wolfenstein universe explodes
with the kind of epic environments, A.I., firepower and cinematic effects
that only a game created by true masters can deliver. The dark reich's
closing in. The time to act is now. Evil prevails when good men do nothing.
* Epic Environments
* Intense Story-Driven Action
* Ferocious A.I.
* Big Screen Cinematic Effects
* Team-Based Multiplayer Action
diffstat:
games/rtcw/MESSAGE | 14 ++++++++++++++
games/rtcw/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
games/rtcw/distinfo | 4 ++++
3 files changed, 56 insertions(+), 0 deletions(-)
diffs (68 lines):
diff -r 25341e190afa -r f4ffd267c2bf games/rtcw/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/rtcw/MESSAGE Sat Feb 21 07:40:33 2004 +0000
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/02/21 07:40:33 xtraeme Exp $
+
+To play Return to Castle Wolfenstein, you need to copy the following files
+from the retail version to ${PREFIX}/lib/lokigames/rtcw/main :
+
+ mp_pak0.pk3
+ mp_pak1.pk3
+ mp_pak2.pk3
+ pak0.pk3
+ sp_pak1.pk3
+ sp_pak2.pk3
+
+===========================================================================
diff -r 25341e190afa -r f4ffd267c2bf games/rtcw/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/rtcw/Makefile Sat Feb 21 07:40:33 2004 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/21 07:40:33 xtraeme Exp $
+
+DISTNAME= wolf-linux-1.33.x86
+PKGNAME= rtcw-1.33
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/wolf/linux/
+EXTRACT_SUFX= .run
+
+MAINTAINER= david%netbsd-fr.org@localhost
+HOMEPAGE= http://games.activision.com/games/wolfenstein/
+COMMENT= Return to Castle Wolfenstein for Linux
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386
+NO_BUILD= yes
+RTCWDIR= ${PREFIX}/lib/lokigames/rtcw
+RESTRICTED= "Size; the data set is much too big"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+EXTRACT_CMD= ${SED} '1,178d' ${DOWNLOADED_DISTFILE} | ${GTAR} xzf - \
+ -C ${WRKSRC}
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Linux"
+DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
+.include "../../emulators/suse_linux/Makefile.application"
+.endif
+
+pre-extract:
+ ${MKDIR} ${WRKSRC}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${RTCWDIR}
+ cd ${WRKSRC} && ${PAX} -rw -p am . ${RTCWDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 25341e190afa -r f4ffd267c2bf games/rtcw/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/rtcw/distinfo Sat Feb 21 07:40:33 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/21 07:40:33 xtraeme Exp $
+
+SHA1 (wolf-linux-1.33.x86.run) = d5af6c6a6d49aaa44dbfd855034ef5c7fa04aac1
+Size (wolf-linux-1.33.x86.run) = 7776599 bytes
Home |
Main Index |
Thread Index |
Old Index