svn commit: r314415 - head/games/quake-reaper
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Mar 17 09:43:28 UTC 2013
Author: danfe
Date: Sun Mar 17 09:43:27 2013
New Revision: 314415
URL: http://svnweb.freebsd.org/changeset/ports/314415
Log:
- Trim old-school Makefile header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute installation commands
- Generally clean up Makefile
- Augment port description text
- Relinquish maintainership
Modified:
head/games/quake-reaper/Makefile
head/games/quake-reaper/pkg-descr
Modified: head/games/quake-reaper/Makefile
==============================================================================
--- head/games/quake-reaper/Makefile Sun Mar 17 09:04:56 2013 (r314414)
+++ head/games/quake-reaper/Makefile Sun Mar 17 09:43:27 2013 (r314415)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: quake-reaper
-# Date created: 15 Sep 2005
-# Whom: Alejandro Pulver <alejandro at varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro at varnet.biz>
# $FreeBSD$
-#
PORTNAME= reaper
PORTVERSION= 0.81
@@ -12,7 +8,7 @@ MASTER_SITES= http://www.mindspring.com/
PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX}
DISTNAME= reaprb81
-MAINTAINER= danfe at FreeBSD.org
+MAINTAINER= ports at 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>
Modified: head/games/quake-reaper/pkg-descr
==============================================================================
--- head/games/quake-reaper/pkg-descr Sun Mar 17 09:04:56 2013 (r314414)
+++ head/games/quake-reaper/pkg-descr Sun Mar 17 09:43:27 2013 (r314415)
@@ -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
More information about the svn-ports-head
mailing list