summaryrefslogtreecommitdiffstats
path: root/games/tetrons
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-21 20:20:28 +0000
committermiwi <miwi@FreeBSD.org>2006-12-21 20:20:28 +0000
commit587f57f92fae6b4ff826936eec68e4af9f575a0b (patch)
tree1cee276699134d92df4bde8eaf4f63b8562d120f /games/tetrons
parent23bbecc2ab45b7a18442c10d223ac0f5e31e78c1 (diff)
downloadFreeBSD-ports-587f57f92fae6b4ff826936eec68e4af9f575a0b.zip
FreeBSD-ports-587f57f92fae6b4ff826936eec68e4af9f575a0b.tar.gz
This is a version of the popular falling-block game from the eighties which
requires only Xlib to build and run. PR: ports/106942 Submitted by: James Bailie <jimmy at mammothcheese.ca>
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 0000000..28c9472
--- /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 0000000..9322424
--- /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 0000000..80c680c
--- /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.
OpenPOWER on IntegriCloud