aboutsummaryrefslogtreecommitdiff
path: root/games/tetrons
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-21 20:20:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-21 20:20:28 +0000
commite1d60dbb89d58406da5c6086d17da5d93956486f (patch)
treecdb6dc72bad2c29a7672a300f27cfea9c9d70197 /games/tetrons
parentc6ec684d2a8b21140eadcee3b7537f772af8ec7c (diff)
downloadports-e1d60dbb89d58406da5c6086d17da5d93956486f.tar.gz
ports-e1d60dbb89d58406da5c6086d17da5d93956486f.zip
Notes
Diffstat (limited to 'games/tetrons')
-rw-r--r--games/tetrons/Makefile21
-rw-r--r--games/tetrons/distinfo3
-rw-r--r--games/tetrons/pkg-descr2
3 files changed, 26 insertions, 0 deletions
diff --git a/games/tetrons/Makefile b/games/tetrons/Makefile
new file mode 100644
index 000000000000..28c947241576
--- /dev/null
+++ b/games/tetrons/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: tetrons
+# Date created: Tue, Dec 19 2006 15:00:38 EST
+# Whom: James Bailie <jimmy@mammothcheese.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tetrons
+PORTVERSION= 1.2
+CATEGORIES= games
+MASTER_SITES= http://www.mammothcheese.ca/
+
+MAINTAINER= jimmy@mammothcheese.ca
+COMMENT= Tetris(TM) clone for X11
+
+MAKE_ARGS+= -DRANDOM
+USE_XLIB= yes
+
+PLIST_FILES= bin/tetrons
+
+.include <bsd.port.mk>
diff --git a/games/tetrons/distinfo b/games/tetrons/distinfo
new file mode 100644
index 000000000000..93224241e33e
--- /dev/null
+++ b/games/tetrons/distinfo
@@ -0,0 +1,3 @@
+MD5 (tetrons-1.2.tar.gz) = ccdddcf77fb232c06361aa644c8b27ac
+SHA256 (tetrons-1.2.tar.gz) = b14f54d8541b607b7d16361e8e08456deef27f626520cca607bdcf6ce0188aca
+SIZE (tetrons-1.2.tar.gz) = 9939
diff --git a/games/tetrons/pkg-descr b/games/tetrons/pkg-descr
new file mode 100644
index 000000000000..80c680c587b9
--- /dev/null
+++ b/games/tetrons/pkg-descr
@@ -0,0 +1,2 @@
+This is a version of the popular falling-block game from the eighties which
+requires only Xlib to build and run.