diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-02 16:05:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-02 16:05:43 +0000 |
commit | cda37eda2c602e23770d60f72dbc381e75fcdc28 (patch) | |
tree | 5e31a94c136024108acc5e20f5ad827c46c05190 /games | |
parent | 351fae6ade6cee27ddfb0548f0a8777852ea159a (diff) | |
download | pkgsrc-cda37eda2c602e23770d60f72dbc381e75fcdc28.tar.gz |
import xbl-1.1.5, an almost classical 3d-tetris-alike
Diffstat (limited to 'games')
-rw-r--r-- | games/xblockout/DESCR | 4 | ||||
-rw-r--r-- | games/xblockout/Makefile | 18 | ||||
-rw-r--r-- | games/xblockout/PLIST | 13 | ||||
-rw-r--r-- | games/xblockout/distinfo | 7 | ||||
-rw-r--r-- | games/xblockout/patches/patch-aa | 14 | ||||
-rw-r--r-- | games/xblockout/patches/patch-ab | 13 |
6 files changed, 69 insertions, 0 deletions
diff --git a/games/xblockout/DESCR b/games/xblockout/DESCR new file mode 100644 index 00000000000..19e23bca8c3 --- /dev/null +++ b/games/xblockout/DESCR @@ -0,0 +1,4 @@ +The grand father of this game is TETRIS, its father is BLOCKOUT on PC/DOS. +The player must place 3D pieces by translations and rotations in order to +fill the game floor. The game is realtime and the speed increases with the +player skill. diff --git a/games/xblockout/Makefile b/games/xblockout/Makefile new file mode 100644 index 00000000000..ac7e868eef8 --- /dev/null +++ b/games/xblockout/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $ +# + +DISTNAME= xbl-1.1.5 +CATEGORIES= games +MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www710.univ-lyon1.fr/ftp/xbl/xbl.html +COMMENT= 3D-tetris-like game + +USE_TOOLS+= imake +GNU_CONFIGURE= yes +# libXext is not needed +BUILDLINK_TRANSFORM+= rm:-lXext + +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/xblockout/PLIST b/games/xblockout/PLIST new file mode 100644 index 00000000000..2b80e7e5b21 --- /dev/null +++ b/games/xblockout/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $ +bin/xbl +lib/X11/app-defaults/Xbl +lib/X11/xbl/COPYING +lib/X11/xbl/Xbl +lib/X11/xbl/xbl-game.gif +lib/X11/xbl/xbl-man.html +lib/X11/xbl/xbl-menu.gif +lib/X11/xbl/xbl-score.gif +lib/X11/xbl/xbl-zoo.gif +lib/X11/xbl/xbl.html +man/mann/xbl.n +@dirrm lib/X11/xbl diff --git a/games/xblockout/distinfo b/games/xblockout/distinfo new file mode 100644 index 00000000000..3b1fef72386 --- /dev/null +++ b/games/xblockout/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $ + +SHA1 (xbl-1.1.5.tar.gz) = 14503060ccf82d23430fe08e78ba4998723ec174 +RMD160 (xbl-1.1.5.tar.gz) = 30cf9f6b1c251b267f0ebe0b85f349e9dce3dd44 +Size (xbl-1.1.5.tar.gz) = 136508 bytes +SHA1 (patch-aa) = 020c1a2b1effb660d03f567e43d26b83f356bbeb +SHA1 (patch-ab) = c006a72d511f01011666e1caf5173ba1f03b3494 diff --git a/games/xblockout/patches/patch-aa b/games/xblockout/patches/patch-aa new file mode 100644 index 00000000000..a546a43a69b --- /dev/null +++ b/games/xblockout/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $ + +--- Makefile.in.orig 2007-02-02 10:37:20.000000000 +0100 ++++ Makefile.in +@@ -128,9 +128,6 @@ install:bl + @-if [ "" != "$(USE_SETGID)" ] ; then \ + echo "You use GID=$(GROUP_GID) protection" ; \ + fi +- @echo "Type <Return> to continue installation" +- @echo "Type NO to stop installation" +- @read LINE && test "" = "$$LINE" + # + # Remove old score file + # diff --git a/games/xblockout/patches/patch-ab b/games/xblockout/patches/patch-ab new file mode 100644 index 00000000000..742f74fa2c2 --- /dev/null +++ b/games/xblockout/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $ + +--- configure.orig 2007-02-02 11:05:37.000000000 +0100 ++++ configure +@@ -775,7 +775,7 @@ ALL: + @echo COMPRESS=\"COMPRESS=$(COMPRESS)\" + @echo MANPATH=\"MANPATH=$(MANPATH)\" + @echo CC=\"$(CC)\" +- @echo LDOPTIONS=\"$(LDOPTIONS)\" ++ @echo LDOPTIONS=\"$(LDOPTIONS) $(EXTRA_LOAD_FLAGS)\" + @echo LINT=\"LINT=$(LINT)\" + @echo LINTFLAGS=\"LINTFLAGS=$(LINTFLAGS)\" + EOF |