summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-17 09:43:27 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-17 09:43:27 +0000
commit301100dd5b3ee21e70ab2414f5cc6161fae056f0 (patch)
tree9b9a484eac8a2c2724ac2708f0f7474cdae0985c /games
parent- Update FreeRDP to 1.0.2 release (diff)
- Trim old-school Makefile header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS - Unmute installation commands - Generally clean up Makefile - Augment port description text - Relinquish maintainership
Notes
Notes: svn path=/head/; revision=314415
Diffstat (limited to 'games')
-rw-r--r--games/quake-reaper/Makefile23
-rw-r--r--games/quake-reaper/pkg-descr11
2 files changed, 22 insertions, 12 deletions
diff --git a/games/quake-reaper/Makefile b/games/quake-reaper/Makefile
index 67561c25023d..53cf84cfce25 100644
--- a/games/quake-reaper/Makefile
+++ b/games/quake-reaper/Makefile
@@ -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>
diff --git a/games/quake-reaper/pkg-descr b/games/quake-reaper/pkg-descr
index a149249520e4..d133457d3343 100644
--- a/games/quake-reaper/pkg-descr
+++ b/games/quake-reaper/pkg-descr
@@ -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