- Update to version 4.1.
This commit is contained in:
parent
6c89ff0b1f
commit
18fde0bf90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205004
3 changed files with 17 additions and 17 deletions
|
@ -6,15 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= urbanterror
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://mirrormaid.yi.org/ \
|
||||
MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/ \
|
||||
http://mirror.kickassctf.com/ \
|
||||
http://mrsentry.net/release/ \
|
||||
http://outlands.quaddown.org/files/ \
|
||||
ftp://ftp.snt.utwente.nl/pub/games/urbanterror/ \
|
||||
ftp://ftp.vectranet.pl/pub/gry/UrbanTerror/
|
||||
http://www.iourt.com/urt${PORTVERSION:S/.//}/
|
||||
PKGNAMESUFFIX= -data
|
||||
DISTNAME= UrbanTerror${PORTVERSION:S/.//}_full
|
||||
DISTNAME= UrbanTerror_${PORTVERSION:S/.//}_FULL
|
||||
|
||||
MAINTAINER= alepulver@FreeBSD.org
|
||||
COMMENT= Standalone realism based mod originally for Quake III Arena
|
||||
|
@ -22,7 +21,7 @@ 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
|
||||
WRKSRC= ${WRKDIR}/UrbanTerror
|
||||
|
||||
DATADIR= ${Q3DIR}
|
||||
|
||||
|
@ -31,14 +30,14 @@ DATADIR= ${Q3DIR}
|
|||
Q3DIR!= cd ${PORTSDIR}/games/quake3-data && ${MAKE} -V Q3DIR
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && ${MV} readme40.txt ..
|
||||
@cd ${WRKSRC}/q3ut4 && ${MV} readme${PORTVERSION:S/.//}.txt ..
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}/q3ut4
|
||||
${CP} -r ${WRKSRC}/* ${DATADIR}/q3ut4
|
||||
${CP} -r ${WRKSRC}/q3ut4/* ${DATADIR}/q3ut4
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/readme40.txt ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/readme${PORTVERSION:S/.//}.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (UrbanTerror40_full.zip) = 4aec86405b548b041686f92eb584cbf9
|
||||
SHA256 (UrbanTerror40_full.zip) = 0894b8694c37e07ed550b0c81287c708f4dce36b8b5ad4c604be907cc2cca362
|
||||
SIZE (UrbanTerror40_full.zip) = 560835549
|
||||
MD5 (UrbanTerror_41_FULL.zip) = 1370306ea236f65f595e7ca70765e469
|
||||
SHA256 (UrbanTerror_41_FULL.zip) = 5706957783d0e4e77fcc4bbbc2df83aefc0f9a6388f6a63b60947e84f9ed265f
|
||||
SIZE (UrbanTerror_41_FULL.zip) = 754307397
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/readme40.txt
|
||||
%%DATADIR%%/q3ut4/Urban Terror Website.url
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme41.txt
|
||||
%%DATADIR%%/q3ut4/QIIIA Game Source (SDK) License.doc
|
||||
%%DATADIR%%/q3ut4/Urban Terror on the Web.url
|
||||
%%DATADIR%%/q3ut4/autoexec.cfg
|
||||
%%DATADIR%%/q3ut4/demos/test.dm_68
|
||||
%%DATADIR%%/q3ut4/demos/tutorial.dm_68
|
||||
%%DATADIR%%/q3ut4/description.txt
|
||||
%%DATADIR%%/q3ut4/mapcycle.txt
|
||||
%%DATADIR%%/q3ut4/q3config.cfg
|
||||
%%DATADIR%%/q3ut4/q3ut.ico
|
||||
%%DATADIR%%/q3ut4/screenshots/shot0000.jpg
|
||||
%%DATADIR%%/q3ut4/server.cfg
|
||||
%%DATADIR%%/q3ut4/zpak000.pk3
|
||||
%%DATADIR%%/q3ut4/zpak000_assets.pk3
|
||||
@dirrm %%DATADIR%%/q3ut4/screenshots
|
||||
@dirrm %%DATADIR%%/q3ut4/demos
|
||||
@dirrm %%DATADIR%%/q3ut4
|
||||
|
|
Loading…
Reference in a new issue