diff options
author | tg <tg@FreeBSD.org> | 1998-07-02 14:42:47 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-07-02 14:42:47 +0800 |
commit | fced1fc06d878ca03c6084d3377e0fc2c395c96d (patch) | |
tree | 4a8c919042f35fff4d967b739ad81770870984ce /games/xroads | |
parent | ff2cbaf633b9d62380977535aba910692b8455d3 (diff) | |
download | freebsd-ports-gnome-fced1fc06d878ca03c6084d3377e0fc2c395c96d.tar.gz freebsd-ports-gnome-fced1fc06d878ca03c6084d3377e0fc2c395c96d.tar.zst freebsd-ports-gnome-fced1fc06d878ca03c6084d3377e0fc2c395c96d.zip |
New port xroads, a C64 "crossroads" clone.
PR: 7126
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xroads')
-rw-r--r-- | games/xroads/Makefile | 33 | ||||
-rw-r--r-- | games/xroads/distinfo | 1 | ||||
-rw-r--r-- | games/xroads/files/patch-aa | 20 | ||||
-rw-r--r-- | games/xroads/pkg-comment | 1 | ||||
-rw-r--r-- | games/xroads/pkg-descr | 5 | ||||
-rw-r--r-- | games/xroads/pkg-plist | 10 |
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 |