2013-05-12 11:45:24 +02:00
|
|
|
# Created by: Patrick Li <pat@FreeBSD.org>
|
2001-07-22 04:25:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ut
|
2005-11-22 10:27:23 +01:00
|
|
|
PORTVERSION= 3.7
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/
|
2005-12-20 12:59:18 +01:00
|
|
|
PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX}
|
2005-11-22 10:27:23 +01:00
|
|
|
DISTNAME= urbanTerror${PORTVERSION:S/.//}_full
|
2001-07-22 04:25:55 +02:00
|
|
|
|
2013-05-12 11:45:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Quake III Arena mod: Urban Terror
|
2003-03-07 03:35:59 +01:00
|
|
|
|
2005-11-22 10:27:23 +01:00
|
|
|
USE_ZIP= yes
|
2005-12-20 12:59:18 +01:00
|
|
|
USE_CRLF= yes
|
2005-11-22 10:27:23 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
2005-12-05 23:51:30 +01:00
|
|
|
NO_PACKAGE= "Distfile is \>256MB\; define FORCE_PACKAGE if you really want this."
|
2013-05-05 00:09:58 +02:00
|
|
|
.if defined(.PARSEDIR)
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.endif
|
2004-02-17 00:38:25 +01:00
|
|
|
|
2005-12-20 12:59:18 +01:00
|
|
|
DATADIR= ${Q3DIR}/${PORTNAME}
|
2013-05-12 11:45:24 +02:00
|
|
|
PORT_OPTIONS= DOCS
|
2005-12-20 12:59:18 +01:00
|
|
|
|
2013-05-12 11:45:24 +02:00
|
|
|
.include "${.CURDIR}/../quake3-data/Makefile.include"
|
2013-05-05 00:09:58 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2005-11-22 10:27:23 +01:00
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${DATADIR}
|
|
|
|
.for f in *.pk3 description.txt
|
2013-05-12 11:45:24 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
|
2005-11-22 10:27:23 +01:00
|
|
|
.endfor
|
2013-05-05 00:09:58 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2005-11-22 10:27:23 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2013-05-12 11:45:24 +02:00
|
|
|
. for f in beta3.html radio_commands.txt readme*.txt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
. endfor
|
2005-11-22 10:27:23 +01:00
|
|
|
.endif
|
2001-07-22 04:25:55 +02:00
|
|
|
|
2005-11-22 10:27:23 +01:00
|
|
|
.include <bsd.port.mk>
|