summaryrefslogtreecommitdiff
path: root/games/xroads
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-07-02 06:42:47 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-07-02 06:42:47 +0000
commit543ff297a387570352c1c26e0f8dfad7ca839073 (patch)
treed62f2bc19075fc0c57a654e55b5948ce61ddd05d /games/xroads
parentMark this port broken: (diff)
New port xroads, a C64 "crossroads" clone.
PR: 7126 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=11659
Diffstat (limited to 'games/xroads')
-rw-r--r--games/xroads/Makefile33
-rw-r--r--games/xroads/distinfo1
-rw-r--r--games/xroads/files/patch-aa20
-rw-r--r--games/xroads/pkg-comment1
-rw-r--r--games/xroads/pkg-descr5
-rw-r--r--games/xroads/pkg-plist10
6 files changed, 70 insertions, 0 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile
new file mode 100644
index 000000000000..58d203163097
--- /dev/null
+++ b/games/xroads/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: xroads
+# Version required: 0.1.5
+# Date created: 21 June 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xroads-v0.1.5
+PKGNAME= xroads-0.1.5
+CATEGORIES= games x11
+MASTER_SITES= http://www.geocities.com/SiliconValley/Way/1795/ \
+ http://www.autobahn.mb.ca/~foxtrot/ \
+ http://supernova.dyn.ml.org/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+USE_X11= yes
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
+ @ ${MKDIR} ${PREFIX}/share/xroads
+.for file in map0 map1 map2 map3
+ @ ${INSTALL_DATA} ${WRKSRC}/${file}.xrm ${PREFIX}/share/xroads
+.endfor
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/xroads
+.for file in BUGS CHANGELOG README
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xroads
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/xroads/distinfo b/games/xroads/distinfo
new file mode 100644
index 000000000000..9ecdbdd27a73
--- /dev/null
+++ b/games/xroads/distinfo
@@ -0,0 +1 @@
+MD5 (xroads-v0.1.5.tar.gz) = afa98f48300d3a01da4e25e98ba32ebf
diff --git a/games/xroads/files/patch-aa b/games/xroads/files/patch-aa
new file mode 100644
index 000000000000..1b96a9c2391a
--- /dev/null
+++ b/games/xroads/files/patch-aa
@@ -0,0 +1,20 @@
+--- Makefile Mon Jun 29 22:40:15 1998
++++ /home/andy/tmp/wrk/Makefile Tue Jun 30 15:15:12 1998
+@@ -31,7 +31,7 @@
+ # window and monochrome graphics.
+ ###########################################################################
+
+-FLAGS = -O3 -DXPLOSIONS -DGAMEDELAY=10000
++FLAGS= ${CFLAGS} -DXPLOSIONS -DGAMEDELAY=10000 -I${X11BASE}/include
+
+ # These lines ain't needed... but I'm not taking 'em out yet
+ #BOGOMIPS = `grep bogomips /proc/cpuinfo | awk '{ printf("%s", $$3) }'`
+@@ -48,7 +48,7 @@
+ # Make sure there is a / at the end of the path
+ ###########################################################################
+
+-XRMPATH = ./
++XRMPATH = ${X11BASE}/share/xroads/
+
+ ###########################################################################
+ # Links necessary for X11
diff --git a/games/xroads/pkg-comment b/games/xroads/pkg-comment
new file mode 100644
index 000000000000..7adf169cc35e
--- /dev/null
+++ b/games/xroads/pkg-comment
@@ -0,0 +1 @@
+Commodore 64 "Crossroads"-like video game for X Window System.
diff --git a/games/xroads/pkg-descr b/games/xroads/pkg-descr
new file mode 100644
index 000000000000..d643293bb133
--- /dev/null
+++ b/games/xroads/pkg-descr
@@ -0,0 +1,5 @@
+XRoads is a game for the X Windows system that attempts to be like the
+game Crossroads (and it's sequel, Pandemonium) for the Commodore 64.
+Basically, it is a 2-dimensional, overhead view maze game in which you
+fight against a gang of monsters. There are (or at least, there will be)
+tons of different twists in the game which make it fun.
diff --git a/games/xroads/pkg-plist b/games/xroads/pkg-plist
new file mode 100644
index 000000000000..ceba62f5bd2c
--- /dev/null
+++ b/games/xroads/pkg-plist
@@ -0,0 +1,10 @@
+bin/xroads
+share/doc/xroads/BUGS
+share/doc/xroads/CHANGELOG
+share/doc/xroads/README
+share/xroads/map0.xrm
+share/xroads/map1.xrm
+share/xroads/map2.xrm
+share/xroads/map3.xrm
+@dirrm share/doc/xroads
+@dirrm share/xroads