1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/games/quake3-ut/Makefile
Edwin Groothuis 7146cbc5d7 [MAINTAINER UPDATE] games/quake3-data: redesign, change dependant ports
- Changed quake3-data/Makefile.include to be more similar
	to bsd.*.mk files, also it doesn't override port's variables.
	- Change dependant ports.

PR:		ports/90149
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-12-20 11:59:18 +00:00

41 lines
931 B
Makefile

# New ports collection makefile for: Q3 Mod: Urban Terror
# Date created: Sun Jun 3 11:49:27 EDT 2001
# Whom: pat
#
# $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= pat@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."
DATADIR= ${Q3DIR}/${PORTNAME}
do-install:
@${MKDIR} ${DATADIR}
.for f in *.pk3 description.txt
@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.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>