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/xblockout/Makefile | |
parent | 351fae6ade6cee27ddfb0548f0a8777852ea159a (diff) | |
download | pkgsrc-cda37eda2c602e23770d60f72dbc381e75fcdc28.tar.gz |
import xbl-1.1.5, an almost classical 3d-tetris-alike
Diffstat (limited to 'games/xblockout/Makefile')
-rw-r--r-- | games/xblockout/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |