summaryrefslogtreecommitdiff
path: root/games/quake3server-excessive/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-22 12:01:35 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-22 12:01:35 +0000
commite579bba2e793e7b7c716b5d3295a276e50a81a73 (patch)
treea1ee29470ae7f2a4ac325298c5a5019647ac660c /games/quake3server-excessive/Makefile
parent3294e09e324f7b3d59493c194049647426ef1eb2 (diff)
downloadpkgsrc-e579bba2e793e7b7c716b5d3295a276e50a81a73.tar.gz
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.
Diffstat (limited to 'games/quake3server-excessive/Makefile')
-rw-r--r--games/quake3server-excessive/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/quake3server-excessive/Makefile b/games/quake3server-excessive/Makefile
new file mode 100644
index 00000000000..82f2e2813cd
--- /dev/null
+++ b/games/quake3server-excessive/Makefile
@@ -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"