diff --git a/games/Makefile b/games/Makefile index c2f95187cc92..aec82fa4cc4c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,265 +1,266 @@ # $FreeBSD$ # SUBDIR += 3dc SUBDIR += 3dpong SUBDIR += KnightCap SUBDIR += acm SUBDIR += actx SUBDIR += adom SUBDIR += affenspiel SUBDIR += agm SUBDIR += an SUBDIR += angband SUBDIR += antipolix SUBDIR += atomix SUBDIR += awele SUBDIR += baduki SUBDIR += battalion SUBDIR += battleball SUBDIR += biorythm SUBDIR += blackjack SUBDIR += block SUBDIR += blockade SUBDIR += blue SUBDIR += bnetd SUBDIR += bogged SUBDIR += bs SUBDIR += bugsx SUBDIR += CaribbeanStud SUBDIR += cgoban SUBDIR += columns SUBDIR += connect4 SUBDIR += corewars SUBDIR += cosmo SUBDIR += crafty SUBDIR += crafty-open-large SUBDIR += crafty-open-medium SUBDIR += crafty-open-rock SUBDIR += crafty-open-small SUBDIR += crossfire SUBDIR += cursive SUBDIR += dontspace SUBDIR += doom SUBDIR += dopewars SUBDIR += drm SUBDIR += dungeon SUBDIR += empire SUBDIR += fkiss SUBDIR += flightgear SUBDIR += flying SUBDIR += freeciv SUBDIR += freeciv-gtk SUBDIR += freesweep SUBDIR += frotz SUBDIR += galaxis SUBDIR += garith SUBDIR += gemdropx SUBDIR += glasteroids SUBDIR += gleyes SUBDIR += gltron SUBDIR += gma SUBDIR += gno3dtet SUBDIR += gnomechess SUBDIR += gnomegames SUBDIR += gnuchess SUBDIR += gnugo SUBDIR += gnushogi SUBDIR += golddig SUBDIR += gracer SUBDIR += gru + SUBDIR += gtetrinet SUBDIR += gtkabale SUBDIR += gtkballs SUBDIR += hex SUBDIR += icbm3d SUBDIR += ifm SUBDIR += imaze SUBDIR += inform SUBDIR += ishido SUBDIR += jetpack SUBDIR += kbubbles SUBDIR += jzip SUBDIR += kdegames11 SUBDIR += kdegames11-i18n SUBDIR += klondike SUBDIR += krogue SUBDIR += krubik SUBDIR += ktamaga SUBDIR += ladder SUBDIR += libshhcards SUBDIR += lincity SUBDIR += linuxdoom SUBDIR += maelstrom SUBDIR += mangband SUBDIR += merlin SUBDIR += mindfocus SUBDIR += mirrormagic SUBDIR += miscom SUBDIR += nethack SUBDIR += nethack-qt SUBDIR += nethack3 SUBDIR += netrek-BRMH-bin SUBDIR += netrek-COW3-bin SUBDIR += netris SUBDIR += oneko SUBDIR += oneko-sakura SUBDIR += oonsoo SUBDIR += phalanx SUBDIR += pmars SUBDIR += powerpak SUBDIR += pp SUBDIR += ptkei SUBDIR += pysol SUBDIR += qcc SUBDIR += qstat SUBDIR += quakeforge SUBDIR += quakeserver SUBDIR += rocksndiamonds SUBDIR += rollemup SUBDIR += rubix SUBDIR += seabattle SUBDIR += seahaven SUBDIR += sl SUBDIR += sokoban SUBDIR += sol SUBDIR += speak SUBDIR += spellcast SUBDIR += speyes SUBDIR += spider SUBDIR += starlanes SUBDIR += sxsame SUBDIR += tank SUBDIR += tetrinet-x SUBDIR += tinymux SUBDIR += tkmoo SUBDIR += tksol SUBDIR += tvp SUBDIR += omega SUBDIR += uox3 SUBDIR += wmeyes SUBDIR += wmminichess SUBDIR += wmtictactoe SUBDIR += wmtimebomb SUBDIR += wolfpack SUBDIR += x3eyes SUBDIR += xabacus SUBDIR += xasteroids SUBDIR += xataxx SUBDIR += xbaby SUBDIR += xbat SUBDIR += xbattle SUBDIR += xbill SUBDIR += xbl SUBDIR += xblackjack SUBDIR += xblast SUBDIR += xblood SUBDIR += xbloody SUBDIR += xboard SUBDIR += xboing SUBDIR += xbomb SUBDIR += xbomber SUBDIR += xchadance SUBDIR += xchain SUBDIR += xchomp SUBDIR += xcogitate SUBDIR += xconq SUBDIR += xcubes SUBDIR += xdeblock SUBDIR += xdemineur SUBDIR += xdigger SUBDIR += xdino SUBDIR += xeji SUBDIR += xemeraldia SUBDIR += xevil SUBDIR += xeyesplus SUBDIR += xflame SUBDIR += xfrisk SUBDIR += xgalaga SUBDIR += xgammon SUBDIR += xgolgo SUBDIR += xhexagons SUBDIR += xhime SUBDIR += xinfocom SUBDIR += xinvaders SUBDIR += xinvaders3d SUBDIR += xisola SUBDIR += xjewel SUBDIR += xjig SUBDIR += xjumpjump SUBDIR += xkobo SUBDIR += xkoules SUBDIR += xlaby SUBDIR += xlife SUBDIR += xlifegame SUBDIR += xlines SUBDIR += xmahjongg SUBDIR += xmastermind SUBDIR += xmball SUBDIR += xmemory SUBDIR += xmille SUBDIR += xmine SUBDIR += xminehunter SUBDIR += xmines SUBDIR += xminesweep SUBDIR += xmj SUBDIR += xmlink SUBDIR += xmris SUBDIR += xmulti SUBDIR += xneko SUBDIR += xnibbles SUBDIR += xoct SUBDIR += xoids SUBDIR += xoj SUBDIR += xonix SUBDIR += xosmulti SUBDIR += xothello SUBDIR += xpacman SUBDIR += xpanex SUBDIR += xpat2 SUBDIR += xphotohunter SUBDIR += xpilot SUBDIR += xpipeman SUBDIR += xpuyo SUBDIR += xpuyopuyo SUBDIR += xpuzzletama SUBDIR += xpyraminx SUBDIR += xqf SUBDIR += xquarto SUBDIR += xracer SUBDIR += xripple SUBDIR += xrisk SUBDIR += xroach SUBDIR += xroads SUBDIR += xrobots SUBDIR += xrubik SUBDIR += xscavenger SUBDIR += xscrabble SUBDIR += xshipwars-client SUBDIR += xshisen SUBDIR += xshogi SUBDIR += xskat SUBDIR += xskewb SUBDIR += xsok SUBDIR += xsokoban SUBDIR += xsol SUBDIR += xsoldier SUBDIR += xspacewarp SUBDIR += xspringies SUBDIR += xteddy SUBDIR += xtet42 SUBDIR += xtic SUBDIR += xtriangles SUBDIR += xtris SUBDIR += xtron SUBDIR += xtruco SUBDIR += xvier SUBDIR += xvmahjongg SUBDIR += xvmines SUBDIR += xworm SUBDIR += xzip SUBDIR += yahtzee SUBDIR += yamsweeper SUBDIR += znibbles SUBDIR += ztrack .include 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 +# +# $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 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