diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-22 02:25:55 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-22 02:25:55 +0000 |
commit | 468f44b1097485990b5c2fed19aeed7987353df0 (patch) | |
tree | 77cbd0eb8d6755945ca69fd9143dc8d5bb7f2171 /games/quake3-ut/Makefile | |
parent | eac689eacb9d98427e1a77e9f7b6635d3bac735d (diff) | |
download | ports-468f44b1097485990b5c2fed19aeed7987353df0.tar.gz ports-468f44b1097485990b5c2fed19aeed7987353df0.zip |
Notes
Diffstat (limited to 'games/quake3-ut/Makefile')
-rw-r--r-- | games/quake3-ut/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile new file mode 100644 index 000000000000..1403f0a71d2f --- /dev/null +++ b/games/quake3-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" |