freebsd-ports/games/quake3-ut/Makefile

42 lines
948 B
Makefile
Raw Normal View History

# Created by: Patrick Li <pat@FreeBSD.org>
# $FreeBSD$
PORTNAME= ut
PORTVERSION= 3.7
CATEGORIES= games
MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/
PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX}
DISTNAME= urbanTerror${PORTVERSION:S/.//}_full
MAINTAINER= ports@FreeBSD.org
COMMENT= Quake III Arena mod: Urban Terror
USE_ZIP= yes
USE_CRLF= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
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
DATADIR= ${Q3DIR}/${PORTNAME}
PORT_OPTIONS= DOCS
.include "${.CURDIR}/../quake3-data/Makefile.include"
2013-05-05 00:09:58 +02:00
.include <bsd.port.options.mk>
do-install:
@${MKDIR} ${DATADIR}
.for f in *.pk3 description.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
2013-05-05 00:09:58 +02:00
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
. for f in beta3.html radio_commands.txt readme*.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.mk>