[Midnightbsd-cvs] mports: games/vitetris:
smultron at midnightbsd.org
smultron at midnightbsd.org
Sun Jan 20 22:28:40 EST 2008
Log Message:
-----------
Added Files:
-----------
mports/games/vitetris:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ games/vitetris/pkg-descr
@@ -0,0 +1,3 @@
+vitetris is a terminal-based Tetris clone by Victor Nilsson. It features configurable keys, a highscore table, and two-player mode. Gameplay is much like the early Tetris games by Nintendo.
+
+WWW: http://victornils.net/tetris/
\ No newline at end of file
--- /dev/null
+++ games/vitetris/pkg-plist
@@ -0,0 +1 @@
+bin/tetris
\ No newline at end of file
--- /dev/null
+++ games/vitetris/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: vitetris
+# Date created: 20 January 2008
+# Whom: <smultron at midnightbsd.org>
+#
+# $MidnightBSD: mports/games/vitetris/Makefile,v 1.1 2008/01/21 03:28:39 smultron Exp $
+#
+
+PORTNAME= vitetris
+PORTVERSION= 0.3.5
+CATEGORIES= games
+MASTER_SITES= http://victornils.net/tetris/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= vitetris is a terminal-based Tetris clone by Victor Nilsson.
+LICENSE= bsd2
+
+USE_GMAKE= yes
+ALL_TARGET= tetris
+USE_XLIB= yes
+
+do-install:
+ ${CP} ${WRKSRC}/tetris ${FAKE_DESTDIR}${LOCALBASE}/bin/
+
+.include <bsd.port.mk>
--- /dev/null
+++ games/vitetris/distinfo
@@ -0,0 +1,3 @@
+MD5 (vitetris-0.3.5.tar.gz) = 285951af75bce0eb9b3aa542d0087af3
+SHA256 (vitetris-0.3.5.tar.gz) = c471b6a1046e698d332c062bb51dc2e25886701afcd47d3b38d29db113db980a
+SIZE (vitetris-0.3.5.tar.gz) = 34402
More information about the Midnightbsd-cvs
mailing list