aboutsummaryrefslogtreecommitdiffstats
path: root/games/bastet/Makefile
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-10-22 02:57:58 +0800
committerlofi <lofi@FreeBSD.org>2004-10-22 02:57:58 +0800
commitd48d9c229b4d5c3d93b0be30ee3990b9fb92476a (patch)
tree5aafbb9792a3cccc11792247feb256af704c5052 /games/bastet/Makefile
parentbe4f7f6489ec8a393b7b9245a7abccc6c6cc3a0e (diff)
downloadfreebsd-ports-gnome-d48d9c229b4d5c3d93b0be30ee3990b9fb92476a.tar.gz
freebsd-ports-gnome-d48d9c229b4d5c3d93b0be30ee3990b9fb92476a.tar.zst
freebsd-ports-gnome-d48d9c229b4d5c3d93b0be30ee3990b9fb92476a.zip
Add bastet, an ncurses Tetris clone which is harder than every other Tetris.
Bastet stands for "bastard tetris" and uses a special algorithm designed to choose the worst brick possible.
Diffstat (limited to 'games/bastet/Makefile')
-rw-r--r--games/bastet/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/bastet/Makefile b/games/bastet/Makefile
new file mode 100644
index 000000000000..c3de0ee62f27
--- /dev/null
+++ b/games/bastet/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: bastet
+# Date created: 21 Oct 2004
+# Whom: Michael Nottebrock <lofi@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bastet
+PORTVERSION= 0.41
+CATEGORIES= games
+MASTER_SITES= http://fph.altervista.org/prog/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= An ncurses Tetris clone which is harder than every other Tetris
+
+USE_GMAKE= yes
+MAKE_ENV= DATADIR=${DATADIR}
+
+.include <bsd.port.mk>