diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 13:41:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 13:41:13 +0000 |
commit | 3f7a4b8b5a6434618145b5d0dab3fcf98a3e3521 (patch) | |
tree | dff07873c692b3208e7cb7bdc7b61eac0bee0ae6 /games | |
parent | 11b790d804537d9fae690dd513e2738756507754 (diff) | |
download | pkgsrc-3f7a4b8b5a6434618145b5d0dab3fcf98a3e3521.tar.gz |
Initial import of quake3server-ut-3.0, packaged by David Ferlier in PR
pkg/24135.
This package allows you to run a Quake III Arena dedicated server
with Urban Terror mod under NetBSD using Linux emulation.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3server-ut/DESCR | 2 | ||||
-rw-r--r-- | games/quake3server-ut/MESSAGE | 12 | ||||
-rw-r--r-- | games/quake3server-ut/Makefile | 38 | ||||
-rw-r--r-- | games/quake3server-ut/PLIST | 8 | ||||
-rw-r--r-- | games/quake3server-ut/distinfo | 4 |
5 files changed, 64 insertions, 0 deletions
diff --git a/games/quake3server-ut/DESCR b/games/quake3server-ut/DESCR new file mode 100644 index 00000000000..69605479611 --- /dev/null +++ b/games/quake3server-ut/DESCR @@ -0,0 +1,2 @@ +This package allows you to run a Quake III Arena dedicated server +with Urban Terror mod under NetBSD using Linux emulation. diff --git a/games/quake3server-ut/MESSAGE b/games/quake3server-ut/MESSAGE new file mode 100644 index 00000000000..aefe4a3625f --- /dev/null +++ b/games/quake3server-ut/MESSAGE @@ -0,0 +1,12 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $ + +To start an Urban Terror Quake3 server, add this to your /etc/rc.conf: + + quake3server="YES" + quake3server_flags="+set fs_game ut +set dedicated 1 + +exec ut.cfg &" + +You will need to create a custom ut.cfg file, and place it in ${Q3MODDIR}. + +=========================================================================== diff --git a/games/quake3server-ut/Makefile b/games/quake3server-ut/Makefile new file mode 100644 index 00000000000..bfa065b73dc --- /dev/null +++ b/games/quake3server-ut/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $ + +DISTNAME= urbanterror3 +PKGNAME= quake3server-ut-3.0 +CATEGORIES= games net +DISTFILES= urbanterror3.zip + +MASTER_SITES= http://64.159.80.11/ \ + ftp://mirror.candidhosting.com/pub/ut/ \ + http://box3.fsk405.org/q3ut3/ \ + http://fsk405.org/q3ut3/ \ + ftp://www.playdedicated.com/pub/sid/quake3/ \ + ftp://ftp.edome.net/online/clientit/ \ + http://atrivo.wofut.com/~zac/ + +MAINTAINER= david@netbsd-fr.org +COMMENT= Quake III Arena Mod: Urban Terror 3 for Linux + +.include "../../games/quake3server/Makefile.common" + +DEPENDS+= quake3server>=1.32:../../games/quake3server +ONLY_FOR_PLATFORM= NetBSD-*-i386 +NO_BUILD= yes +WRKSRC= ${WRKDIR}/q3ut3 +Q3MODDIR= ${Q3ROOTDIR}/ut +DOCDIR= ${PREFIX}/share/doc/lokigames/quake3server/ut + +do-install: + ${INSTALL_DATA_DIR} ${Q3MODDIR} + ${INSTALL_DATA_DIR} ${DOCDIR} + + ${INSTALL_DATA} ${WRKSRC}/zq3ut3.pk3 ${Q3MODDIR} + + for docfile in readme.txt overview.txt radio\ commands.txt; do \ + ${INSTALL_DATA} "${WRKSRC}/$${docfile}" ${DOCDIR}; \ + done + +.include "../../mk/bsd.pkg.mk" diff --git a/games/quake3server-ut/PLIST b/games/quake3server-ut/PLIST new file mode 100644 index 00000000000..1d479bf31a6 --- /dev/null +++ b/games/quake3server-ut/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 13:41:13 xtraeme Exp $ +lib/lokigames/quake3server/ut/zq3ut3.pk3 +share/doc/lokigames/quake3server/ut/overview.txt +share/doc/lokigames/quake3server/ut/radio commands.txt +share/doc/lokigames/quake3server/ut/readme.txt +@dirrm share/doc/lokigames/quake3server/ut +@dirrm share/doc/lokigames/quake3server +@dirrm lib/lokigames/quake3server/ut diff --git a/games/quake3server-ut/distinfo b/games/quake3server-ut/distinfo new file mode 100644 index 00000000000..2c24b2ed35b --- /dev/null +++ b/games/quake3server-ut/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/22 13:41:14 xtraeme Exp $ + +SHA1 (urbanterror3.zip) = 84a094d2abb85dd85e77dbd265c4de5dcaaf9521 +Size (urbanterror3.zip) = 337778076 bytes |