diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-11-22 18:21:47 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1994-11-22 18:21:47 +0000 |
commit | 4309f1b2f061741f320ceb1b1ae499c8c5db8ffb (patch) | |
tree | 20c43f793ebb93ad02b5c4ae3c7a2252fa62ead5 /games/xjewel | |
parent | c93c2f1b19bb131a28ccf728d9695301f6bf9a08 (diff) | |
download | ports-4309f1b2f061741f320ceb1b1ae499c8c5db8ffb.tar.gz ports-4309f1b2f061741f320ceb1b1ae499c8c5db8ffb.zip |
xjewel - X windows droping jewels game. Version 1.6
Notes
Notes:
svn path=/head/; revision=462
Diffstat (limited to 'games/xjewel')
-rw-r--r-- | games/xjewel/Makefile | 21 | ||||
-rw-r--r-- | games/xjewel/pkg-comment | 1 | ||||
-rw-r--r-- | games/xjewel/pkg-descr | 14 | ||||
-rw-r--r-- | games/xjewel/pkg-plist | 11 |
4 files changed, 47 insertions, 0 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile new file mode 100644 index 000000000000..211c45e57151 --- /dev/null +++ b/games/xjewel/Makefile @@ -0,0 +1,21 @@ +DISTNAME= xjewel-1.6 +DISTFILES= xjewel-1.6.tar.z +MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ +USE_IMAKE= yes + +pre-install: + @mkdir -p ${PREFIX}/bin + @mkdir -p ${PREFIX}/lib/xjewel.font + @mkdir -p ${PREFIX}/man/man6 + @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man) + @(cd ${WRKSRC}/bitmaps/; install -c seven_seg.pcf.Z fonts.dir \ + ${PREFIX}/lib/xjewel.font) + +.include <bsd.port.mk> + +install: + @(mv ${PREFIX}/bin/xjewel ${PREFIX}/bin/xjewel_; \ + echo "#!/bin/sh" >${PREFIX}/bin/xjewel; \ + echo "xset +fp ${PREFIX}/lib/xjewel.font" >>${PREFIX}/bin/xjewel; \ + echo "xjewel_" >>${PREFIX}/bin/xjewel; \ + chmod ugo+x ${PREFIX}/bin/xjewel) diff --git a/games/xjewel/pkg-comment b/games/xjewel/pkg-comment new file mode 100644 index 000000000000..60a937071436 --- /dev/null +++ b/games/xjewel/pkg-comment @@ -0,0 +1 @@ +xjewel - X windows droping jewels game. Version 1.6 diff --git a/games/xjewel/pkg-descr b/games/xjewel/pkg-descr new file mode 100644 index 000000000000..0656afbc3ffa --- /dev/null +++ b/games/xjewel/pkg-descr @@ -0,0 +1,14 @@ +Xjewel is a droping block game akin to tetris. + +It is played by controling the motion of blocks which continue to fall from +the top of the screen. One can move them left and right, as well as +rotate the jewel segements. The object is to get the most points before +the grim reaper ends the fun. + +Death happens when the screen is no longer capable of holding any more +blocks. To make high scores more interesting, you are given but three +attempts to get points -- use them wisely. + +As the game progresses, and more jewels are removed, the speed of the game +will increase. This is measured in seconds of delay between steps of +block motion. diff --git a/games/xjewel/pkg-plist b/games/xjewel/pkg-plist new file mode 100644 index 000000000000..971aec5f5310 --- /dev/null +++ b/games/xjewel/pkg-plist @@ -0,0 +1,11 @@ +@cd /usr/local +@owner games +@mode 755 +bin/xjewel +bin/xjewel_ +@mode 666 +lib/xjewel.scores +@mode 644 +lib/xjewel.font/fonts.dir +lib/xjewel.font/seven_seg.pcf.Z +man/man6/xjewel.6 |