- Cleanup Makefile, unmute installation commands, etc.

- Update project URL in port description; drop maintainership

NB: Urban Terror was recently converted to standalone game that does not
require Quake III Arena anymore.  Their current version is 4.2.  Perhaps
this port should be update to chase upstream.
This commit is contained in:
Alexey Dokuchaev 2013-05-12 09:45:24 +00:00
parent cf8ca94edf
commit 26bab5998f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317940
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# Created by: pat
# Created by: Patrick Li <pat@FreeBSD.org>
# $FreeBSD$
PORTNAME= ut
@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/
PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX}
DISTNAME= urbanTerror${PORTVERSION:S/.//}_full
MAINTAINER= danfe@FreeBSD.org
COMMENT= Quake III Arena Mod: Urban Terror
MAINTAINER= ports@FreeBSD.org
COMMENT= Quake III Arena mod: Urban Terror
USE_ZIP= yes
USE_CRLF= yes
@ -21,21 +21,21 @@ USE_GMAKE= yes
.endif
DATADIR= ${Q3DIR}/${PORTNAME}
PORT_OPTIONS= DOCS
.include "${.CURDIR}/../quake3-data/Makefile.include"
.include <bsd.port.options.mk>
do-install:
@${MKDIR} ${DATADIR}
.for f in *.pk3 description.txt
@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for f in beta3.html radio_commands.txt readme*.txt
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
. for f in beta3.html radio_commands.txt readme*.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
.include "${.CURDIR}/../quake3-data/Makefile.include"
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Urban Terror is a realism based "total conversion mod" for Quake III Arena.
WWW: http://www.urbanterror.net/
WWW: http://www.urbanterror.info/