diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/rtcw/MESSAGE | 14 | ||||
-rw-r--r-- | games/rtcw/Makefile | 38 | ||||
-rw-r--r-- | games/rtcw/distinfo | 4 |
3 files changed, 56 insertions, 0 deletions
diff --git a/games/rtcw/MESSAGE b/games/rtcw/MESSAGE new file mode 100644 index 00000000000..180cd8e14c1 --- /dev/null +++ b/games/rtcw/MESSAGE @@ -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 --git a/games/rtcw/Makefile b/games/rtcw/Makefile new file mode 100644 index 00000000000..b3465c3c919 --- /dev/null +++ b/games/rtcw/Makefile @@ -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 +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 --git a/games/rtcw/distinfo b/games/rtcw/distinfo new file mode 100644 index 00000000000..6e01e005d9a --- /dev/null +++ b/games/rtcw/distinfo @@ -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 |