- Trim old-school Makefile header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS - Unmute installation commands - Generally clean up Makefile - Augment port description text - Relinquish maintainership
This commit is contained in:
parent
332e08176e
commit
301100dd5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314415
2 changed files with 22 additions and 12 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: quake-reaper
|
||||
# Date created: 15 Sep 2005
|
||||
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
||||
#
|
||||
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= reaper
|
||||
PORTVERSION= 0.81
|
||||
|
@ -12,7 +8,7 @@ MASTER_SITES= http://www.mindspring.com/~win32ch/
|
|||
PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX}
|
||||
DISTNAME= reaprb81
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Quake 1 bots
|
||||
|
||||
USE_ZIP= yes
|
||||
|
@ -21,19 +17,22 @@ NO_WRKSUBDIR= yes
|
|||
|
||||
DATADIR= ${Q1DIR}/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
.for f in Autoexec.cfg PROGS.DAT
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/${f:L}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/${f:L}
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
. for f in B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt
|
||||
. for f in B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt
|
||||
@${REINPLACE_CMD} -e "s|`${ECHO_CMD} -e '\r'`$$||" ${WRKSRC}/${f}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f:L}
|
||||
. endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f:L}
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../quake-data/Makefile.include"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
Reaper Bot is a Quake 1 modification that adds bot support to the game.
|
||||
|
||||
Things the Reaper can do, that you cannot include:
|
||||
|
||||
- Ability to grab the rocket or grenade launcher without being physically
|
||||
near it.
|
||||
|
||||
- Faster rate of fire. From rockets to nails the Reaper has you beat on
|
||||
quantity, so you better be focusing on quality shots.
|
||||
|
||||
- Perfect aim. A Reaper bot will never miss its target when firing the
|
||||
shotgun.
|
||||
|
||||
WWW: http://www.mindspring.com/~win32ch/Reaper.htm
|
||||
|
|
Loading…
Reference in a new issue