diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-17 17:43:27 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-17 17:43:27 +0800 |
commit | 45335f84cb31d21eb0756746691751014ceef0d5 (patch) | |
tree | 9b9a484eac8a2c2724ac2708f0f7474cdae0985c /games | |
parent | 655a5c3678e2749ee18ecd026db6619551e178cc (diff) | |
download | freebsd-ports-gnome-45335f84cb31d21eb0756746691751014ceef0d5.tar.gz freebsd-ports-gnome-45335f84cb31d21eb0756746691751014ceef0d5.tar.zst freebsd-ports-gnome-45335f84cb31d21eb0756746691751014ceef0d5.zip |
- Trim old-school Makefile header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute installation commands
- Generally clean up Makefile
- Augment port description text
- Relinquish maintainership
Diffstat (limited to 'games')
-rw-r--r-- | games/quake-reaper/Makefile | 23 | ||||
-rw-r--r-- | games/quake-reaper/pkg-descr | 11 |
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 |