Initial import of quake3server-excessive-003, provided by David Ferlier
in PR pkg/24133. This package allows you to run a Quake III Arena dedicated server with Excessive mod under NetBSD using Linux emulation.
This commit is contained in:
parent
3294e09e32
commit
e579bba2e7
5 changed files with 49 additions and 0 deletions
2
games/quake3server-excessive/DESCR
Normal file
2
games/quake3server-excessive/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This package allows you to run a Quake III Arena dedicated server
|
||||
with Excessive mod under NetBSD using Linux emulation.
|
10
games/quake3server-excessive/MESSAGE
Normal file
10
games/quake3server-excessive/MESSAGE
Normal file
|
@ -0,0 +1,10 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
|
||||
|
||||
To start an Excessive Quake3 server, add this to your /etc/rc.conf:
|
||||
|
||||
quake3server="YES"
|
||||
quake3server_flags="+set dedicated 1 +set fs_game excessive
|
||||
+exec maplist.cfg &"
|
||||
|
||||
===========================================================================
|
25
games/quake3server-excessive/Makefile
Normal file
25
games/quake3server-excessive/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
|
||||
|
||||
DISTNAME= excessive_q3_server_003
|
||||
PKGNAME= quake3server-excessive-003
|
||||
CATEGORIES= games net
|
||||
MASTER_SITES= ftp://ftp.fr.FreeBSD.org/pub/FreeBSD/distfiles/
|
||||
|
||||
MAINTAINER= david@netbsd-fr.org
|
||||
COMMENT= Quake III Arena Mod: Excessive for Linux
|
||||
|
||||
EXTRACT_SUFX= .zip
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include "../../games/quake3server/Makefile.common"
|
||||
|
||||
DEPENDS+= quake3server>=1.32:../../games/quake3server
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-i386
|
||||
NO_BUILD= yes
|
||||
Q3MODDIR= ${Q3ROOTDIR}/excessive
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${Q3MODDIR}
|
||||
cd ${WRKSRC}/excessive && ${PAX} -rwppm . ${Q3MODDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
games/quake3server-excessive/PLIST
Normal file
8
games/quake3server-excessive/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
|
||||
lib/lokigames/quake3server/excessive/description.pk3
|
||||
lib/lokigames/quake3server/excessive/maplist.cfg
|
||||
lib/lokigames/quake3server/excessive/motd.cfg
|
||||
lib/lokigames/quake3server/excessive/readme.txt
|
||||
lib/lokigames/quake3server/excessive/vm/qagame.qvm
|
||||
@dirrm lib/lokigames/quake3server/excessive/vm
|
||||
@dirrm lib/lokigames/quake3server/excessive
|
4
games/quake3server-excessive/distinfo
Normal file
4
games/quake3server-excessive/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/22 12:01:35 xtraeme Exp $
|
||||
|
||||
SHA1 (excessive_q3_server_003.zip) = 988512c0ca8fd2e8f35a854a82dafbc5c8e4230f
|
||||
Size (excessive_q3_server_003.zip) = 142825 bytes
|
Loading…
Reference in a new issue