mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Stagify, drop PORT_OPTIONS:MDOCS check, hand over to games@ team
- Update MASTER_SITES (point to working site) and WWW line while here
This commit is contained in:
parent
45390ffbec
commit
ac9f5eec77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361337
@ -4,11 +4,11 @@
|
||||
PORTNAME= osp
|
||||
PORTVERSION= 1.03a
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://osp.jsmart.web.id/orangesmoothie/downloads/
|
||||
MASTER_SITES= http://osp.dget.cc/orangesmoothie/downloads/
|
||||
PKGNAMEPREFIX= ${Q3PKGNAMEPREFIX}
|
||||
DISTNAME= osp-Quake3-${PORTVERSION}_full
|
||||
DISTNAME= ${PORTNAME}-Quake3-${PORTVERSION}_full
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Quake III Arena mod: OSP Tourney DM/CA/CTF
|
||||
|
||||
USES= zip
|
||||
@ -19,7 +19,6 @@ DATADIR= ${Q3DIR}/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../quake3-data/Makefile.include"
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -28,18 +27,16 @@ post-extract:
|
||||
@${MV} ${WRKSRC}/README.txt ${WRKSRC}/Docs
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
.for f in *.cfg *.pk3 description.txt filters.txt
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
|
||||
.endfor
|
||||
.for d in cfg-* locs vm
|
||||
${CP} -a ${WRKSRC}/${d} ${DATADIR}
|
||||
${CP} -a ${WRKSRC}/${d} ${STAGEDIR}${DATADIR}
|
||||
.endfor
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Docs/*.txt ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Docs/*.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} "${WRKSRC}/OSP Match Quick Start.txt" \
|
||||
${DOCSDIR}/osp-match-quick-start.txt
|
||||
.endif
|
||||
${STAGEDIR}${DOCSDIR}/osp-match-quick-start.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,4 +4,4 @@ and admins alike to enhance the Quake 3 experience. There have absolutely
|
||||
been *NO* changes to the core gameplay or its dynamics -- its all default
|
||||
Quake 3 in this regard.
|
||||
|
||||
WWW: http://www.orangesmoothie.org/
|
||||
WWW: http://www.orangesmoothie.org/tourneyQ3A/
|
||||
|
Loading…
Reference in New Issue
Block a user