diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-06 23:31:23 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-06 23:31:23 +0000 |
commit | 2b15175d6ddd2816e80cbaa301ab59da92f5bb39 (patch) | |
tree | f8be16be5edee6f4f1e38f1c97bb56ae51505961 /games/gtetrinet | |
parent | 45101f3259fc90cbf1a13eba270fc9be1ecd0e85 (diff) | |
download | ports-2b15175d6ddd2816e80cbaa301ab59da92f5bb39.tar.gz ports-2b15175d6ddd2816e80cbaa301ab59da92f5bb39.zip |
Add the gtetrinet port.
gtetrinet is a client program for the popular Tetrinet game,
a multiplayer T.tris game that is played over the internet.
PR: 17020
Submitted by: Dan Papasian <bugg@bugg.strangled.net>
Notes
Notes:
svn path=/head/; revision=26595
Diffstat (limited to 'games/gtetrinet')
-rw-r--r-- | games/gtetrinet/Makefile | 21 | ||||
-rw-r--r-- | games/gtetrinet/distinfo | 1 | ||||
-rw-r--r-- | games/gtetrinet/pkg-comment | 1 | ||||
-rw-r--r-- | games/gtetrinet/pkg-descr | 11 | ||||
-rw-r--r-- | games/gtetrinet/pkg-plist | 8 |
5 files changed, 42 insertions, 0 deletions
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile new file mode 100644 index 000000000000..fb52b01fb319 --- /dev/null +++ b/games/gtetrinet/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: gtetrinet +# Version required: 0.4 +# Date created: 27 Feb 2000 +# Whom: Dan Papasian <bugg@bugg.strangled.net> +# +# $FreeBSD$ + +DISTNAME= gtetrinet-0.4 +CATEGORIES= games +MASTER_SITES= http://gtetrinet.netpedia.net/cgi-bin/download.cgi/ + +MAINTAINER= bugg@bugg.strangled.net + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs + +GTK_CONFIG= "${X11BASE}/bin/gtk12-config" +USE_GMAKE= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/games/gtetrinet/distinfo b/games/gtetrinet/distinfo new file mode 100644 index 000000000000..4723e15107d1 --- /dev/null +++ b/games/gtetrinet/distinfo @@ -0,0 +1 @@ +MD5 (gtetrinet-0.4.tar.gz) = 6d12536b08a8ec2b9e9efc76df5727e8 diff --git a/games/gtetrinet/pkg-comment b/games/gtetrinet/pkg-comment new file mode 100644 index 000000000000..28c8b950a3fb --- /dev/null +++ b/games/gtetrinet/pkg-comment @@ -0,0 +1 @@ +A version of the popular TetriNET multiplayer tetris clone diff --git a/games/gtetrinet/pkg-descr b/games/gtetrinet/pkg-descr new file mode 100644 index 000000000000..185838bc4992 --- /dev/null +++ b/games/gtetrinet/pkg-descr @@ -0,0 +1,11 @@ +GTetrinet is a client program for the popular Tetrinet game, a multiplayer +tetrinet game that is played over the internet. +(If you don't know what Tetrinet is, check out http://tetrinet.org) + +Features: + +-Fully network compatible with Tetrinet v1.13 for Win95/98/NT +-Theme support with sound +-Spectator support on Tetrinet-X servers with the qirc patch by Drslum. + +WWW: http://gtetrinet.netpedia.net/ diff --git a/games/gtetrinet/pkg-plist b/games/gtetrinet/pkg-plist new file mode 100644 index 000000000000..ecafe1e1e841 --- /dev/null +++ b/games/gtetrinet/pkg-plist @@ -0,0 +1,8 @@ +bin/gtetrinet +share/gtetrinet/themes/default/blocks.png +share/gtetrinet/themes/default/theme.cfg +share/pixmaps/gtetrinet.png +share/gnome/apps/Games/gtetrinet.desktop +@dirrm share/gtetrinet/themes/default +@dirrm share/gtetrinet/themes +@dirrm share/gtetrinet |