aboutsummaryrefslogtreecommitdiff
path: root/games/urbanterror-data
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-09-14 03:11:45 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-09-14 03:11:45 +0000
commit6430375945bb57d61ad1f2001af7ee4c5c433187 (patch)
treeeb886e9850dd1842eeb87f37fb040b9bbfb13f13 /games/urbanterror-data
parent2f3180077147ea42610eb343affea9908b55a953 (diff)
downloadports-6430375945bb57d61ad1f2001af7ee4c5c433187.tar.gz
ports-6430375945bb57d61ad1f2001af7ee4c5c433187.zip
Notes
Diffstat (limited to 'games/urbanterror-data')
-rw-r--r--games/urbanterror-data/Makefile41
-rw-r--r--games/urbanterror-data/distinfo3
-rw-r--r--games/urbanterror-data/pkg-descr12
-rw-r--r--games/urbanterror-data/pkg-plist15
4 files changed, 71 insertions, 0 deletions
diff --git a/games/urbanterror-data/Makefile b/games/urbanterror-data/Makefile
new file mode 100644
index 000000000000..c8859d0d63b1
--- /dev/null
+++ b/games/urbanterror-data/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: urbanterror-data
+# 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/
+PKGNAMESUFFIX= -data
+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-data/distinfo b/games/urbanterror-data/distinfo
new file mode 100644
index 000000000000..22d44f532d1c
--- /dev/null
+++ b/games/urbanterror-data/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-data/pkg-descr b/games/urbanterror-data/pkg-descr
new file mode 100644
index 000000000000..807a9f869444
--- /dev/null
+++ b/games/urbanterror-data/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-data/pkg-plist b/games/urbanterror-data/pkg-plist
new file mode 100644
index 000000000000..df421c34b819
--- /dev/null
+++ b/games/urbanterror-data/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%%