diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-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 |
6 files changed, 43 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index c2f95187cc92..aec82fa4cc4c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -68,6 +68,7 @@ SUBDIR += golddig SUBDIR += gracer SUBDIR += gru + SUBDIR += gtetrinet SUBDIR += gtkabale SUBDIR += gtkballs SUBDIR += hex 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 |