diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-12 04:42:39 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-12 04:42:39 +0000 |
commit | 9a5672e7dab31e033521b84785e8ff1ab02e64b7 (patch) | |
tree | a2c3a8eb78d4082fc48d32693840a8f605aceaeb /games | |
parent | 24a144a5bab6434d1de7c622e9d8198a8b051e8f (diff) | |
download | ports-9a5672e7dab31e033521b84785e8ff1ab02e64b7.tar.gz ports-9a5672e7dab31e033521b84785e8ff1ab02e64b7.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/urbanterror/Makefile | 40 | ||||
-rw-r--r-- | games/urbanterror/distinfo | 3 | ||||
-rw-r--r-- | games/urbanterror/pkg-descr | 12 | ||||
-rw-r--r-- | games/urbanterror/pkg-plist | 15 |
5 files changed, 71 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index d01b2f1496cc..f95d3933c37e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -795,6 +795,7 @@ SUBDIR += untahris SUBDIR += uox3 SUBDIR += uqm + SUBDIR += urbanterror SUBDIR += utserver SUBDIR += vamos SUBDIR += vavoom diff --git a/games/urbanterror/Makefile b/games/urbanterror/Makefile new file mode 100644 index 000000000000..4f5038239b11 --- /dev/null +++ b/games/urbanterror/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: urbanterror +# Date created: 2007-09-10 +# Whom: alepulver +# +# $FreeBSD$ +# + +PORTNAME= urbanterror +PORTVERSION= 4.0 +CATEGORIES= games +MASTER_SITES= http://mirrormaid.yi.org/ \ + http://mrsentry.net/release/ \ + http://outlands.quaddown.org/files/ \ + ftp://ftp.snt.utwente.nl/pub/games/urbanterror/ \ + ftp://ftp.vectranet.pl/pub/gry/UrbanTerror/ +DISTNAME= UrbanTerror${PORTVERSION:S/.//}_full + +MAINTAINER= alepulver@FreeBSD.org +COMMENT= Standalone realism based mod originally for Quake III Arena + +USE_ZIP= yes +NO_BUILD= yes +NO_PACKAGE= Package will be 560MB; set FORCE_PACKAGE if you really want it +WRKSRC= ${WRKDIR}/q3ut4 + +DATADIR= ${Q3DIR}/q3ut4 + +post-extract: + @cd ${WRKSRC} && ${MV} readme40.txt .. + +do-install: + ${MKDIR} ${DATADIR} + ${CP} -r ${WRKSRC}/* ${DATADIR} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/readme40.txt ${DOCSDIR} +.endif + +.include "${.CURDIR}/../quake3-data/Makefile.include" +.include <bsd.port.mk> diff --git a/games/urbanterror/distinfo b/games/urbanterror/distinfo new file mode 100644 index 000000000000..22d44f532d1c --- /dev/null +++ b/games/urbanterror/distinfo @@ -0,0 +1,3 @@ +MD5 (UrbanTerror40_full.zip) = 4aec86405b548b041686f92eb584cbf9 +SHA256 (UrbanTerror40_full.zip) = 0894b8694c37e07ed550b0c81287c708f4dce36b8b5ad4c604be907cc2cca362 +SIZE (UrbanTerror40_full.zip) = 560835549 diff --git a/games/urbanterror/pkg-descr b/games/urbanterror/pkg-descr new file mode 100644 index 000000000000..807a9f869444 --- /dev/null +++ b/games/urbanterror/pkg-descr @@ -0,0 +1,12 @@ +Urban Terror is a realism based total conversion mod for Quake III Arena which +no longer requires this game to be played. It only uses its engine, which is +open sourced through the GPL and may be distributed freely. Urban Terror plays +in about the same setting as Counter Strike, but is less focused on realism +and plays much faster, which among other things, is caused by the ability to +strafe jump, which combined with wall jumping can lead to very quick movement +and nice jumps. Urban Terror has 7 game modes, 25 maps and 15 weapons. + +This port only contains the data, and can be played with ioUrbanTerror +(games/iourbanterror) or any other Quake 3 Arena compatible engine. + +WWW: http://www.urbanterror.net/ diff --git a/games/urbanterror/pkg-plist b/games/urbanterror/pkg-plist new file mode 100644 index 000000000000..df421c34b819 --- /dev/null +++ b/games/urbanterror/pkg-plist @@ -0,0 +1,15 @@ +%%PORTDOCS%%%%DOCSDIR%%/readme40.txt +%%DATADIR%%/Urban Terror Website.url +%%DATADIR%%/autoexec.cfg +%%DATADIR%%/demos/test.dm_68 +%%DATADIR%%/description.txt +%%DATADIR%%/mapcycle.txt +%%DATADIR%%/q3config.cfg +%%DATADIR%%/q3ut.ico +%%DATADIR%%/screenshots/shot0000.jpg +%%DATADIR%%/server.cfg +%%DATADIR%%/zpak000.pk3 +@dirrm %%DATADIR%%/screenshots +@dirrm %%DATADIR%%/demos +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |