diff options
author | asami <asami@FreeBSD.org> | 1995-03-24 05:27:13 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-24 05:27:13 +0000 |
commit | e11c38a60b352e1a51582668804b990ecfe2a90e (patch) | |
tree | 21a44b583786dcc58a759d4413a238e004601822 /games | |
parent | 5af64f77b1491f467ab7cc0321059bc94e4d7c85 (diff) | |
download | FreeBSD-ports-e11c38a60b352e1a51582668804b990ecfe2a90e.zip FreeBSD-ports-e11c38a60b352e1a51582668804b990ecfe2a90e.tar.gz |
Version 0.2 of xemeraldia. Drop blocks and break them.
Diffstat (limited to 'games')
-rw-r--r-- | games/xemeraldia/Makefile | 33 | ||||
-rw-r--r-- | games/xemeraldia/distinfo | 1 | ||||
-rw-r--r-- | games/xemeraldia/files/patch-aa | 17 | ||||
-rw-r--r-- | games/xemeraldia/pkg-comment | 1 | ||||
-rw-r--r-- | games/xemeraldia/pkg-descr | 13 | ||||
-rw-r--r-- | games/xemeraldia/pkg-plist | 8 |
6 files changed, 73 insertions, 0 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile new file mode 100644 index 0000000..e3ab995 --- /dev/null +++ b/games/xemeraldia/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xemeraldia +# Version required: 0.2 +# Date created: 22 Mar 1995 +# Whom: swallace +# +# $Id: Makefile,v 1.1.1.1 1995/01/03 08:46:26 swallace Exp $ +# + +DISTNAME= xemeraldia-0.2 +DISTFILES= 250.gz +MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes +EXTRACT_COOKIE?= ${.CURDIR}/work/.extract_done + +extract: fetch ${EXTRACT_COOKIE} + +${EXTRACT_COOKIE}: + @${MAKE} ${.MAKEFLAGS} checksum pre-extract + @echo "===> Extracting for ${DISTNAME}" + @(cd ${DISTDIR}; zcat ${DISTFILES} | uudecode) + @rm -rf ${WRKDIR} + @mkdir -p ${WRKDIR} + @(cd ${WRKDIR}; ${EXTRACT_CMD} ${EXTRACT_ARGS} \ + ${DISTDIR}/${DISTNAME}.tar.gz) + @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE} + + +pre-install: + touch ${PREFIX}/lib/X11/.xemeraldia.scores + chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores + +.include <bsd.port.mk> diff --git a/games/xemeraldia/distinfo b/games/xemeraldia/distinfo new file mode 100644 index 0000000..a7c2f23 --- /dev/null +++ b/games/xemeraldia/distinfo @@ -0,0 +1 @@ +MD5 (250.gz) = 17dfc39179902b20b46fc926fae40cb5 diff --git a/games/xemeraldia/files/patch-aa b/games/xemeraldia/files/patch-aa new file mode 100644 index 0000000..757de53 --- /dev/null +++ b/games/xemeraldia/files/patch-aa @@ -0,0 +1,17 @@ +--- ./Imakefile.org Mon Mar 20 05:01:34 1995 ++++ ./Imakefile Wed Mar 22 05:31:31 1995 +@@ -1,5 +1,4 @@ +-BIN_DIR= /usr/local/bin +-HIGH_SCORE_DIR= /usr/local/lib ++HIGH_SCORE_DIR= ${LIBDIR} + + /*---------------------------------------------------------------------*/ + +@@ -7,7 +6,6 @@ + # define GLLIB -lgl_s + #endif + +-BINDIR=$(BIN_DIR) + EXTRA_DEFINES = -DHIGH_SCORE_TABLE=\"$(HIGH_SCORE_DIR)/.xemeraldia.scores\"\ + -D__USE_FIXED_PROTOTYPES__ + diff --git a/games/xemeraldia/pkg-comment b/games/xemeraldia/pkg-comment new file mode 100644 index 0000000..ad12853 --- /dev/null +++ b/games/xemeraldia/pkg-comment @@ -0,0 +1 @@ +xemeraldia-0.2, a game of breaking blocks diff --git a/games/xemeraldia/pkg-descr b/games/xemeraldia/pkg-descr new file mode 100644 index 0000000..dab0eeb --- /dev/null +++ b/games/xemeraldia/pkg-descr @@ -0,0 +1,13 @@ +This is version 0.2 of xemeraldia. + +Drop the blocks. If you drop a square on top of one of the same +color, they (as well as any neighboring blocks of the same color) will +both be shaken by an "impact". The first impact will cause fractures; +the second will cause the block(s) to dissolve. + +You can either use the arrow keys or vi-style (hjkl) keys to move/ +rotate the blocks. `s' or `p' will pause the game, and if your boss +comes along, `q' can be used to avoid an unpleasant confrontation. + +- Satoshi +asami@cs.berkeley.edu diff --git a/games/xemeraldia/pkg-plist b/games/xemeraldia/pkg-plist new file mode 100644 index 0000000..1319eb1 --- /dev/null +++ b/games/xemeraldia/pkg-plist @@ -0,0 +1,8 @@ +@cd ${X11BASE} +@owner games +@mode 755 +bin/xemeraldia +@exec touch -f %D/lib/X11/.xemeraldia.scores +@exec chmod 666 %D/lib/X11/.xemeraldia.scores +@exec chown games %D/lib/X11/.xemeraldia.scores +@unexec rm -f %D/lib/X11/.xemeraldia.scores |