summaryrefslogtreecommitdiff
path: root/games/q3server-ut/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-22 02:25:55 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-22 02:25:55 +0000
commit468f44b1097485990b5c2fed19aeed7987353df0 (patch)
tree77cbd0eb8d6755945ca69fd9143dc8d5bb7f2171 /games/q3server-ut/Makefile
parento First import of Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux, (diff)
o First import of Quake III Arena Mod: Urban Terror for Linux,
version b2.2 o Slave port of q3server-ra3 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=45336
Diffstat (limited to 'games/q3server-ut/Makefile')
-rw-r--r--games/q3server-ut/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/q3server-ut/Makefile b/games/q3server-ut/Makefile
new file mode 100644
index 000000000000..1403f0a71d2f
--- /dev/null
+++ b/games/q3server-ut/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Q3 Mod: Urban Terror
+# Date created: Sun Jun 3 11:49:27 EDT 2001
+# Whom: pat@databits.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= ut
+PORTVERSION= b2.2
+MASTER_SITES= http://www.masterblaster.dk/ \
+ http://files.gamesmania.de/gamesmania/urbanter/ \
+ http://www.progamers.cz/files/ \
+ http://www.unigames.com.br/q3ut/
+DISTFILES= q3${PORTNAME}2.zip \
+ q3${PORTNAME}2_patch20to22.zip
+
+WRKSRC= ${WRKDIR}/q3ut2
+HAS_WIERDPATCHES= yes
+EXTRACT_ONLY= q3${PORTNAME}2.zip
+
+Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
+
+.include "${Q3_MOD_MASTER}/Makefile"