summaryrefslogtreecommitdiff
path: root/games/bastet/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-14 13:55:10 +0000
committerrillig <rillig@pkgsrc.org>2006-09-14 13:55:10 +0000
commitd4d771a2a60c3bdf2166b167c5e927f0729570ce (patch)
tree92cc6de2624aa353fa9d8b7e2c45097a9df7cdf7 /games/bastet/Makefile
parentcac14e8458625f7afff4fe963d4c36941cfb4486 (diff)
downloadpkgsrc-d4d771a2a60c3bdf2166b167c5e927f0729570ce.tar.gz
Imported bastet.
"For people who enjoy swearing at their computer, Bastet (short for Bastard Tetris) is an attractive alternative to Microsoft Word." (taken from http://hublog.hubmed.org/) Have you ever thought Tetris(R) was evil because it wouldn't send you that straight "I" brick you needed in order to clear four rows at the same time? Well Tetris(R) probably isn't evil, but Bastet certainly is. >:-) Bastet stands for "bastard tetris", and is a simple ncurses-based Tetris(R) clone. Unlike normal Tetris(R), however, Bastet does not choose your next brick at random. Instead, Bastet uses a special algorithm designed to choose the worst brick possible. As you can imagine, playing Bastet can be a very frustrating experience!
Diffstat (limited to 'games/bastet/Makefile')
-rw-r--r--games/bastet/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/bastet/Makefile b/games/bastet/Makefile
new file mode 100644
index 00000000000..a8e19a42a50
--- /dev/null
+++ b/games/bastet/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/14 13:55:10 rillig Exp $
+#
+
+DISTNAME= bastet-0.41
+CATEGORIES= games
+MASTER_SITES= http://fph.altervista.org/prog/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://fph.altervista.org/prog/
+COMMENT= Bastard Tetris
+
+USE_TOOLS+= gmake
+MAKE_FLAGS+= BIN_PREFIX=${PREFIX}/bin/
+MAKE_FLAGS+= DATA_PREFIX=${VARBASE}/games/
+BUILD_DEFS+= VARBASE
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
+
+do-install:
+ ${INSTALL_GAME} ${WRKSRC}/bastet ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${PREFIX}/${PKGMANDIR}/man6/
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"