aboutsummaryrefslogtreecommitdiff
path: root/games/quake-reaper
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-16 05:41:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-16 05:41:06 +0000
commit5c09db37578c109fb45287fdf1ced4b93e7ff82b (patch)
tree145f9e18103e695af8d5dac9b251174ce6cb776c /games/quake-reaper
parentb4f0f7cd5c5b73b44d766ff5e3324a9c1141218a (diff)
downloadports-5c09db37578c109fb45287fdf1ced4b93e7ff82b.tar.gz
ports-5c09db37578c109fb45287fdf1ced4b93e7ff82b.zip
[NEW PORT] games/quake-reaper - Quake 1 bots
Reaper Bot is a Quake 1 modification that adds bot support to the gam WWW: http://www.mindspring.com/~win32ch/Reaper.htm PR: ports/86174 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes: svn path=/head/; revision=145517
Diffstat (limited to 'games/quake-reaper')
-rw-r--r--games/quake-reaper/Makefile37
-rw-r--r--games/quake-reaper/distinfo2
-rw-r--r--games/quake-reaper/pkg-descr3
-rw-r--r--games/quake-reaper/pkg-plist8
4 files changed, 50 insertions, 0 deletions
diff --git a/games/quake-reaper/Makefile b/games/quake-reaper/Makefile
new file mode 100644
index 000000000000..ceaaf2ef9d5d
--- /dev/null
+++ b/games/quake-reaper/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: quake-reaper
+# Date created: 15 Sep 2005
+# Whom: Alejandro Pulver <alejandro@varnet.biz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= reaper
+PORTVERSION= 0.81
+CATEGORIES= games
+MASTER_SITES= http://www.mindspring.com/~win32ch/
+DISTNAME= reaprb81
+
+MAINTAINER= alejandro@varnet.biz
+COMMENT= Quake 1 bots
+
+USE_ZIP= yes
+USE_REINPLACE= yes
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+do-install:
+ @${MKDIR} ${DATADIR}
+.for f in Autoexec.cfg PROGS.DAT
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/${f:L}
+.endfor
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+. 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
+.endif
+
+.include "${.CURDIR}/../quake-data/Makefile.include"
+
+.include <bsd.port.mk>
diff --git a/games/quake-reaper/distinfo b/games/quake-reaper/distinfo
new file mode 100644
index 000000000000..2a872371ad66
--- /dev/null
+++ b/games/quake-reaper/distinfo
@@ -0,0 +1,2 @@
+MD5 (reaprb81.zip) = a911d8af9fa48440d8a9eea4cd886bf6
+SIZE (reaprb81.zip) = 167024
diff --git a/games/quake-reaper/pkg-descr b/games/quake-reaper/pkg-descr
new file mode 100644
index 000000000000..a149249520e4
--- /dev/null
+++ b/games/quake-reaper/pkg-descr
@@ -0,0 +1,3 @@
+Reaper Bot is a Quake 1 modification that adds bot support to the game.
+
+WWW: http://www.mindspring.com/~win32ch/Reaper.htm
diff --git a/games/quake-reaper/pkg-plist b/games/quake-reaper/pkg-plist
new file mode 100644
index 000000000000..27e93b2a4918
--- /dev/null
+++ b/games/quake-reaper/pkg-plist
@@ -0,0 +1,8 @@
+%%PORTDOCS%%%%DOCSDIR%%/b08chg.txt
+%%PORTDOCS%%%%DOCSDIR%%/dedserv.txt
+%%PORTDOCS%%%%DOCSDIR%%/reaprb80.txt
+%%PORTDOCS%%%%DOCSDIR%%/skinspec.txt
+%%DATADIR%%/autoexec.cfg
+%%DATADIR%%/progs.dat
+@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%