diff options
author | danfe <danfe@FreeBSD.org> | 2013-05-07 17:04:19 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-05-07 17:04:19 +0800 |
commit | 68a6a5f256fb4b551593c4e2625db4fdeb633c4f (patch) | |
tree | 49c3902d18bd6dc1494e7ade5755deacbe8a7c1f /games | |
parent | 31308e1e0c1545f0d1df263da349fa3c2527ba5d (diff) | |
download | freebsd-ports-gnome-68a6a5f256fb4b551593c4e2625db4fdeb633c4f.tar.gz freebsd-ports-gnome-68a6a5f256fb4b551593c4e2625db4fdeb633c4f.tar.zst freebsd-ports-gnome-68a6a5f256fb4b551593c4e2625db4fdeb633c4f.zip |
- 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
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3-ra3/Makefile | 27 | ||||
-rw-r--r-- | games/quake3-ra3/pkg-descr | 10 |
2 files changed, 16 insertions, 21 deletions
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile index b76274b5c63b..e85945ad0a82 100644 --- a/games/quake3-ra3/Makefile +++ b/games/quake3-ra3/Makefile @@ -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> diff --git a/games/quake3-ra3/pkg-descr b/games/quake3-ra3/pkg-descr index f0aca4763f8b..05aad014408a 100644 --- a/games/quake3-ra3/pkg-descr +++ b/games/quake3-ra3/pkg-descr @@ -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. |