Initial import of gtetrinet, version 0.4.4. Description follows:

GTetrinet is a client program for the popular Tetrinet game, a multiplayer
tetris game that is played over the internet. It aims to be a complete
clone of the popular Tetrinet game for Win95/NT. If you are looking for a
popular public game server to play, take a look to tetrinet.org.

Package for version 0.4.1 provided in PR pkg/18012 by Benedikt Meurer;
I updated it to 0.4.4 and did several other changes.
This commit is contained in:
jmmv 2002-12-12 12:13:34 +00:00
parent 58961ee3a4
commit 73dad5d79c
5 changed files with 65 additions and 0 deletions

4
games/gtetrinet/DESCR Normal file
View file

@ -0,0 +1,4 @@
GTetrinet is a client program for the popular Tetrinet game, a multiplayer
tetris game that is played over the internet. It aims to be a complete
clone of the popular Tetrinet game for Win95/NT. If you are looking for a
popular public game server to play, take a look to tetrinet.org.

29
games/gtetrinet/Makefile Normal file
View file

@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/12/12 12:13:34 jmmv Exp $
#
DISTNAME= gtetrinet-0.4.4
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtetrinet/}
MAINTAINER= bmeurer@fwdn.de
HOMEPAGE= http://gtetrinet.sourceforge.net/
COMMENT= Multiplayer tetris game
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_PKGLOCALEDIR= YES
.include "../../mk/bsd.prefs.mk"
# IPv6 support
.if defined(USE_IPV6) && ${USE_IPV6} == YES
CONFIGURE_ARGS+= --enable-ipv6
.endif
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"

14
games/gtetrinet/PLIST Normal file
View file

@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/12 12:13:34 jmmv Exp $
bin/gtetrinet
man/man6/gtetrinet.6
share/gnome/apps/Games/gtetrinet.desktop
share/gtetrinet/themes/default/blocks.png
share/gtetrinet/themes/default/theme.cfg
share/gtetrinet/themes/small/blocks.png
share/gtetrinet/themes/small/theme.cfg
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gtetrinet.mo
share/pixmaps/gtetrinet.png
@dirrm share/gtetrinet/themes/small
@dirrm share/gtetrinet/themes/default
@dirrm share/gtetrinet/themes
@dirrm share/gtetrinet

5
games/gtetrinet/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2002/12/12 12:13:34 jmmv Exp $
SHA1 (gtetrinet-0.4.4.tar.gz) = 2d08f873b00d9a404ce48273ae1980fe48c887b1
Size (gtetrinet-0.4.4.tar.gz) = 315377 bytes
SHA1 (patch-aa) = cb1dcb9b4a3f6980e893bf370808b20f083077ac

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/12/12 12:13:34 jmmv Exp $
--- src/Makefile.in.orig Sun Oct 27 23:35:56 2002
+++ src/Makefile.in
@@ -156,7 +156,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\"
LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GTK_LIBS)
AM_CPPFLAGS = -DGTETRINET_DATA=\"$(pkgdatadir)\"
-gamesdir = $(prefix)/games
+gamesdir = $(bindir)
games_PROGRAMS = gtetrinet
gtetrinet_SOURCES = client.c client.h commands.c commands.h config.c config.h dialogs.c dialogs.h fields.c fields.h gtetrinet.c gtetrinet.h keys.c keys.h keytable.h misc.c misc.h partyline.c partyline.h sound.c sound.h tetrinet.c tetrinet.h tetris.c tetris.h winlist.c winlist.h