1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Provide working mirror for the time being and unbreak fetch

- Add a comment about why we stick to version 1.76
- Include "quake3-data/Makefile.include" before <bsd.port.options.mk> so
  port options can work correctly; define DOCS option
- Unmute installation commands, unquote and shorten NO_PACKAGE
- Remove defunct URL from port description, drop maintainership
This commit is contained in:
Alexey Dokuchaev 2013-05-07 09:04:19 +00:00
parent 61ebd1776e
commit 85d68c2dfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317592
2 changed files with 16 additions and 21 deletions

View File

@ -1,41 +1,38 @@
# Created by: pat@databits.net
# Created by: Patrick Li <pat@databits.net>
# $FreeBSD$
PORTNAME= ra3
PORTVERSION= 1.76
PORTVERSION= 1.76 # 1.80 exists, but is kinda goofy; 1.76 is classic
CATEGORIES= games
MASTER_SITES= ftp://ftp.clanbase.com/pub/ \
ftp://ftp.mirrors.degnet.de/pub/misc/PlanetQuake3.net/modifications/rocketarena3/ \
http://freebsd.unixfreunde.de/sources/
MASTER_SITES= http://games.mirrors.tds.net/pub/planetquake3/modifications/rocketarena3/
PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Quake III Arena Mod: Rocket Arena 3
MAINTAINER= ports@FreeBSD.org
COMMENT= Quake III Arena mod: Rocket Arena 3
NO_PACKAGE= "Package will be 102MB, set FORCE_PACKAGE if you really want to build it"
NO_PACKAGE= Package will be 102MB, set FORCE_PACKAGE if you really want it
WRKSRC= ${WRKDIR}/arena
BROKEN= Does not fetch
USE_ZIP= yes
USE_CRLF= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/arena
DATADIR= ${Q3DIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../quake3-data/Makefile.include"
.include <bsd.port.options.mk>
do-install:
@${MKDIR} ${DATADIR}
.for f in *.cfg *.pk3
@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
.endif
.include "${.CURDIR}/../quake3-data/Makefile.include"
.include <bsd.port.mk>

View File

@ -1,6 +1,4 @@
Rocket Arena matches are played in "arenas." Each map may have one or more
arenas in it. When you connect to a server, you need select an arena and then
either create or join a team. Once you are in the arena you will be put in
line to fight.
WWW: http://www.planetquake.com/arena/
Rocket Arena matches are played in "arenas". Each map may have one or more
arenas in it. When you connect to a server, you need to select an arena and
then either create or join a team. Once you are in the arena, you will be
put in line to fight.