aboutsummaryrefslogtreecommitdiff
path: root/games/bastet/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-10-21 18:57:58 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-10-21 18:57:58 +0000
commitf3b0d98ca7344c949daf698ed1198eecb7412ce3 (patch)
treeae2504883dc28f9f0fd94673d733aaa85c9e5b81 /games/bastet/Makefile
parentd7e7582683f9ba02c17eaab6a76e20ccea436111 (diff)
downloadports-f3b0d98ca7344c949daf698ed1198eecb7412ce3.tar.gz
ports-f3b0d98ca7344c949daf698ed1198eecb7412ce3.zip
Notes
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>