mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
xjewel - X windows droping jewels game. Version 1.6
This commit is contained in:
parent
c93c2f1b19
commit
4309f1b2f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462
21
games/xjewel/Makefile
Normal file
21
games/xjewel/Makefile
Normal file
@ -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)
|
1
games/xjewel/pkg-comment
Normal file
1
games/xjewel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
xjewel - X windows droping jewels game. Version 1.6
|
14
games/xjewel/pkg-descr
Normal file
14
games/xjewel/pkg-descr
Normal file
@ -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.
|
11
games/xjewel/pkg-plist
Normal file
11
games/xjewel/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user