mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
3b64ffeba3
- games/ioquake3-devel-server added - games/ioquake3-server added - games/iourbanterror-server - games/openarena-server added - update games/ioquake3-devel to svn revision 2244 - update games/openarena to 0.8.8 - update games/openarena-data to 0.8.8 Doing this in single commit since all this ports are tightly interconnected. PR: ports/165842 Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: urbanterror-data
|
|
# Date created: 2007-09-10
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= data
|
|
PORTVERSION= 4.1.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.snt.utwente.nl/pub/games/urbanterror/full_install/linux_or_mac/ \
|
|
http://www.iourt.com/files/ \
|
|
http://urbanterror.mtc-team.fr/
|
|
PKGNAMEPREFIX= urbanterror-
|
|
DISTNAME= UrbanTerror${PORTVERSION:S/.//g}
|
|
EXTRACT_SUFX= .zip
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Standalone realism based mod originally for Quake III Arena
|
|
|
|
NO_BUILD= yes
|
|
NO_PACKAGE= Package will be 1GB; set FORCE_PACKAGE if you really want it
|
|
|
|
DATADIR= ${PREFIX}/share/quake3
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}/q3ut4
|
|
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} \
|
|
${EXTRACT_AFTER_ARGS} -C ${DATADIR} --strip-components 1 \
|
|
UrbanTerror/q3ut4
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${MV} ${DATADIR}/q3ut4/readme${PORTVERSION:S/.//:C/\..*//}.txt \
|
|
${DOCSDIR}/readme${PORTVERSION:S/.//g}.txt
|
|
.else
|
|
${RM} ${DATADIR}/q3ut4/readme${PORTVERSION:S/.//:C/\..*//}.txt
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|