summaryrefslogtreecommitdiff
path: root/games/gnome2-games
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-04-21 02:28:56 +0000
committerrh <rh@pkgsrc.org>2003-04-21 02:28:56 +0000
commit4827a3bd9fe1e37a9d508dbbd9034176996ad7ca (patch)
treedaf687aa7c6098d90e77868ad5f30aed7f832906 /games/gnome2-games
parentb2cd247619f9bdfa4dfdd17df7d59014aad5537d (diff)
downloadpkgsrc-4827a3bd9fe1e37a9d508dbbd9034176996ad7ca.tar.gz
Initial import of gnome-games-2.2.1, the GNOME2 games collection.
Diffstat (limited to 'games/gnome2-games')
-rw-r--r--games/gnome2-games/DESCR1
-rw-r--r--games/gnome2-games/INSTALL58
-rw-r--r--games/gnome2-games/Makefile58
-rw-r--r--games/gnome2-games/PLIST772
-rw-r--r--games/gnome2-games/buildlink2.mk31
-rw-r--r--games/gnome2-games/distinfo8
-rw-r--r--games/gnome2-games/patches/patch-aa14
-rw-r--r--games/gnome2-games/patches/patch-ac13
-rw-r--r--games/gnome2-games/patches/patch-ae17
-rw-r--r--games/gnome2-games/patches/patch-ag13
10 files changed, 985 insertions, 0 deletions
diff --git a/games/gnome2-games/DESCR b/games/gnome2-games/DESCR
new file mode 100644
index 00000000000..7ad18af239e
--- /dev/null
+++ b/games/gnome2-games/DESCR
@@ -0,0 +1 @@
+Many games - same-gnome, gnothello, solitaire, tetravex, tetris ,others...
diff --git a/games/gnome2-games/INSTALL b/games/gnome2-games/INSTALL
new file mode 100644
index 00000000000..1b12e6e8601
--- /dev/null
+++ b/games/gnome2-games/INSTALL
@@ -0,0 +1,58 @@
+#!/bin/sh
+if [ "$2" != POST-INSTALL ]
+then
+ exit 0
+fi
+
+cd /var/games
+cat <<. |
+glines.scores
+gnibbles.1.0.scores
+gnibbles.1.1.scores
+gnibbles.2.0.scores
+gnibbles.2.1.scores
+gnibbles.3.0.scores
+gnibbles.3.1.scores
+gnibbles.4.0.scores
+gnibbles.4.1.scores
+gnobots2.classic_robots-safe.scores
+gnobots2.classic_robots.scores
+gnobots2.nightmare-safe.scores
+gnobots2.nightmare.scores
+gnobots2.robots2-safe.scores
+gnobots2.robots2.scores
+gnobots2.robots2_easy-safe.scores
+gnobots2.robots2_easy.scores
+gnobots2.robots_with_safe_teleport-safe.scores
+gnobots2.robots_with_safe_teleport.scores
+gnome-stones.scores
+gnome-xbill.scores
+gnometris.scores
+gnomine.Biiiig.scores
+gnomine.Custom.scores
+gnomine.Medium.scores
+gnomine.Tiny.scores
+gnotravex.2x2.scores
+gnotravex.3x3.scores
+gnotravex.4x4.scores
+gnotravex.5x5.scores
+gnotravex.6x6.scores
+gtali.scores
+iagno.b1.scores
+iagno.b2.scores
+iagno.b3.scores
+iagno.w1.scores
+iagno.w2.scores
+iagno.w3.scores
+mahjongg.{easy,difficult}.scores
+same-gnome.scores
+.
+(while read FILE
+ do
+ if [ ! -f $FILE ]
+ then
+ @@INSTALL@@ -c -o games -g games -m 664 /dev/null $FILE
+ fi
+ done)
+
+exit 0
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile
new file mode 100644
index 00000000000..2ddd643f9e0
--- /dev/null
+++ b/games/gnome2-games/Makefile
@@ -0,0 +1,58 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+DISTNAME= gnome-games-2.2.1
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.2/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= GNOME2 games collection
+
+BUILD_USES_MSGFMT= yes
+
+CONFLICTS= xbill-[0-9]*
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+USE_GMAKE= yes
+USE_X11= yes
+USE_CONFIG_WRAPPER= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
+CONFIGURE_ARGS+= --localstatedir=/var
+
+INSTALL_FILE= ${WRKDIR}/INSTALL
+
+post-patch:
+ cd ${WRKSRC} && \
+ ${CP} gnect/src/connect4.c gnect/src/connect4.c.broken && \
+ ${SED} -e 's|/usr/share|${PREFIX}/share|' \
+ < gnect/src/connect4.c.broken > gnect/src/connect4.c
+
+post-build:
+ ${SED} -e 's#@@INSTALL@@#${INSTALL}#' \
+ ${PKGDIR}/INSTALL >${INSTALL_FILE}
+
+GCONF2_SCHEMAS= freecell.schemas
+GCONF2_SCHEMAS+= gataxx.schemas
+GCONF2_SCHEMAS+= gnect.schemas
+GCONF2_SCHEMAS+= gnometris.schemas
+GCONF2_SCHEMAS+= gnomine.schemas
+GCONF2_SCHEMAS+= gtali.schemas
+GCONF2_SCHEMAS+= iagno.schemas
+GCONF2_SCHEMAS+= mahjongg.schemas
+GCONF2_SCHEMAS+= same-gnome.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/GConf2-ui/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/libgnome/buildlink2.mk"
+.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../lang/guile/buildlink2.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/gnome2-games/PLIST b/games/gnome2-games/PLIST
new file mode 100644
index 00000000000..98a6aa661a4
--- /dev/null
+++ b/games/gnome2-games/PLIST
@@ -0,0 +1,772 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+bin/ctali
+bin/freecell
+bin/gataxx
+bin/glines
+bin/gnect
+bin/gnibbles
+bin/gnobots2
+bin/gnome-stones
+bin/gnome-xbill
+bin/gnometris
+bin/gnomine
+bin/gnotravex
+bin/gnotski
+bin/gtali
+bin/iagno
+bin/mahjongg
+bin/same-gnome
+bin/sol
+etc/sound/events/gataxx.soundlist
+etc/sound/events/gnect.soundlist
+etc/sound/events/gnibbles.soundlist
+etc/sound/events/gnobots2.soundlist
+etc/sound/events/iagno.soundlist
+include/gdkcardimage/gdk-card-image.h
+lib/gnome-stones/objects/libgnome-stones.a
+lib/gnome-stones/objects/libgnome-stones.la
+lib/gnome-stones/objects/libgnome-stones.so
+lib/gnome-stones/objects/libgnomekoban.a
+lib/gnome-stones/objects/libgnomekoban.la
+lib/gnome-stones/objects/libgnomekoban.so
+lib/libgdkcardimage.a
+lib/libgdkcardimage.la
+lib/libgdkcardimage.so
+lib/libgdkcardimage.so.0
+lib/libgdkcardimage.so.0.0
+share/applications/freecell.desktop
+share/applications/gataxx.desktop
+share/applications/glines.desktop
+share/applications/gnect.desktop
+share/applications/gnibbles.desktop
+share/applications/gnobots2.desktop
+share/applications/gnome-stones.desktop
+share/applications/gnometris.desktop
+share/applications/gnomine.desktop
+share/applications/gnotravex.desktop
+share/applications/gnotski.desktop
+share/applications/gtali.desktop
+share/applications/iagno.desktop
+share/applications/mahjongg.desktop
+share/applications/same-gnome.desktop
+share/applications/sol.desktop
+share/applications/xbill.desktop
+share/gconf/schemas/freecell.schemas
+share/gconf/schemas/gataxx.schemas
+share/gconf/schemas/gnect.schemas
+share/gconf/schemas/gnometris.schemas
+share/gconf/schemas/gnomine.schemas
+share/gconf/schemas/gtali.schemas
+share/gconf/schemas/iagno.schemas
+share/gconf/schemas/mahjongg.schemas
+share/gconf/schemas/same-gnome.schemas
+share/gnect/catseyes_40x40.gnect
+share/gnect/classic_40x40.gnect
+share/gnect/classic_50x50.gnect
+share/gnect/clean_40x40.gnect
+share/gnect/clean_40x40_nightfall.gnect
+share/gnect/clean_50x50.gnect
+share/gnect/clean_50x50_nightfall.gnect
+share/gnect/default.gnect
+share/gnect/emulator_48x32.gnect
+share/gnect/glassy_40x40.gnect
+share/gnect/glassy_40x40_grotty.gnect
+share/gnect/glassy_50x50.gnect
+share/gnect/glassy_50x50_grotty.gnect
+share/gnect/safari_45x45.gnect
+share/gnect/square_40x40.gnect
+share/gnect/square_50x50.gnect
+share/gnect/white_ob.cn4
+share/gnibbles/level001.gnl
+share/gnibbles/level002.gnl
+share/gnibbles/level003.gnl
+share/gnibbles/level004.gnl
+share/gnibbles/level005.gnl
+share/gnibbles/level006.gnl
+share/gnibbles/level007.gnl
+share/gnibbles/level008.gnl
+share/gnibbles/level009.gnl
+share/gnibbles/level010.gnl
+share/gnibbles/level011.gnl
+share/gnibbles/level012.gnl
+share/gnibbles/level013.gnl
+share/gnibbles/level014.gnl
+share/gnibbles/level015.gnl
+share/gnibbles/level016.gnl
+share/gnibbles/level017.gnl
+share/gnibbles/level018.gnl
+share/gnibbles/level019.gnl
+share/gnibbles/level020.gnl
+share/gnibbles/level021.gnl
+share/gnibbles/level022.gnl
+share/gnibbles/level023.gnl
+share/gnibbles/level024.gnl
+share/gnibbles/level025.gnl
+share/gnibbles/level026.gnl
+share/gnobots2/classic_robots.cfg
+share/gnobots2/nightmare.cfg
+share/gnobots2/robots2.cfg
+share/gnobots2/robots2_easy.cfg
+share/gnobots2/robots_with_safe_teleport.cfg
+share/gnome-stones/atari.caves
+share/gnome-stones/default.caves
+share/gnome-stones/gnomekoban.caves
+share/gnome-stones/tutorial.caves
+share/gnome-stonesrc
+share/gnome-stonesrc.ko
+share/gnome/help/aisleriot/C/agnes.xml
+share/gnome/help/aisleriot/C/aisleriot.xml
+share/gnome/help/aisleriot/C/auld_lang_syne.xml
+share/gnome/help/aisleriot/C/bakers_dozen.xml
+share/gnome/help/aisleriot/C/bakers_game.xml
+share/gnome/help/aisleriot/C/beleaguered_castle.xml
+share/gnome/help/aisleriot/C/block_ten.xml
+share/gnome/help/aisleriot/C/bristol.xml
+share/gnome/help/aisleriot/C/camelot.xml
+share/gnome/help/aisleriot/C/canfield.xml
+share/gnome/help/aisleriot/C/chessboard.xml
+share/gnome/help/aisleriot/C/clock.xml
+share/gnome/help/aisleriot/C/cover.xml
+share/gnome/help/aisleriot/C/definitions.xml
+share/gnome/help/aisleriot/C/diamond_mine.xml
+share/gnome/help/aisleriot/C/doublets.xml
+share/gnome/help/aisleriot/C/eagle-wing.xml
+share/gnome/help/aisleriot/C/easthaven.xml
+share/gnome/help/aisleriot/C/eight_off.xml
+share/gnome/help/aisleriot/C/elevator.xml
+share/gnome/help/aisleriot/C/escalator.xml
+share/gnome/help/aisleriot/C/figures/camelot-goal.png
+share/gnome/help/aisleriot/C/figures/clock-rules.png
+share/gnome/help/aisleriot/C/first_law.xml
+share/gnome/help/aisleriot/C/fortress.xml
+share/gnome/help/aisleriot/C/fortunes.xml
+share/gnome/help/aisleriot/C/fourteen.xml
+share/gnome/help/aisleriot/C/freecell.xml
+share/gnome/help/aisleriot/C/gay_gordons.xml
+share/gnome/help/aisleriot/C/glenwood.xml
+share/gnome/help/aisleriot/C/golf.xml
+share/gnome/help/aisleriot/C/gypsy.xml
+share/gnome/help/aisleriot/C/helsinki.xml
+share/gnome/help/aisleriot/C/hopscotch.xml
+share/gnome/help/aisleriot/C/isabel.xml
+share/gnome/help/aisleriot/C/jamestown.xml
+share/gnome/help/aisleriot/C/jumbo.xml
+share/gnome/help/aisleriot/C/kansas.xml
+share/gnome/help/aisleriot/C/king_albert.xml
+share/gnome/help/aisleriot/C/klondike.xml
+share/gnome/help/aisleriot/C/labyrinth.xml
+share/gnome/help/aisleriot/C/lady_jane.xml
+share/gnome/help/aisleriot/C/legal.xml
+share/gnome/help/aisleriot/C/maze.xml
+share/gnome/help/aisleriot/C/monte_carlo.xml
+share/gnome/help/aisleriot/C/neighbor.xml
+share/gnome/help/aisleriot/C/odessa.xml
+share/gnome/help/aisleriot/C/osmosis.xml
+share/gnome/help/aisleriot/C/peek.xml
+share/gnome/help/aisleriot/C/pileon.xml
+share/gnome/help/aisleriot/C/plait.xml
+share/gnome/help/aisleriot/C/poker.xml
+share/gnome/help/aisleriot/C/quatorze.xml
+share/gnome/help/aisleriot/C/royal_east.xml
+share/gnome/help/aisleriot/C/scorpion.xml
+share/gnome/help/aisleriot/C/scuffle.xml
+share/gnome/help/aisleriot/C/seahaven.xml
+share/gnome/help/aisleriot/C/sir_tommy.xml
+share/gnome/help/aisleriot/C/spider.xml
+share/gnome/help/aisleriot/C/spiderette.xml
+share/gnome/help/aisleriot/C/straight_up.xml
+share/gnome/help/aisleriot/C/streets_and_alleys.xml
+share/gnome/help/aisleriot/C/ten_across.xml
+share/gnome/help/aisleriot/C/thieves.xml
+share/gnome/help/aisleriot/C/thirteen.xml
+share/gnome/help/aisleriot/C/thumb_and_pouch.xml
+share/gnome/help/aisleriot/C/treize.xml
+share/gnome/help/aisleriot/C/union_square.xml
+share/gnome/help/aisleriot/C/valentine.xml
+share/gnome/help/aisleriot/C/westhaven.xml
+share/gnome/help/aisleriot/C/whitehead.xml
+share/gnome/help/aisleriot/C/will_o_the_wisp.xml
+share/gnome/help/aisleriot/C/yield.xml
+share/gnome/help/aisleriot/C/yukon.xml
+share/gnome/help/aisleriot/C/zebra.xml
+share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png
+share/gnome/help/gataxx/C/figures/gataxx-prefs.png
+share/gnome/help/gataxx/C/figures/gataxx-startgame.png
+share/gnome/help/gataxx/C/gataxx.xml
+share/gnome/help/gataxx/C/legal.xml
+share/gnome/help/glines/C/figures/glines-gameover.png
+share/gnome/help/glines/C/figures/glines-startgame.png
+share/gnome/help/glines/C/figures/preferences.png
+share/gnome/help/glines/C/glines.xml
+share/gnome/help/glines/C/legal.xml
+share/gnome/help/gnect/C/figures/mainwindow.png
+share/gnome/help/gnect/C/figures/tileset.png
+share/gnome/help/gnect/C/gnect.xml
+share/gnome/help/gnect/C/legal.xml
+share/gnome/help/gnibbles/C/figures/game.png
+share/gnome/help/gnibbles/C/figures/graphics.png
+share/gnome/help/gnibbles/C/figures/intro.png
+share/gnome/help/gnibbles/C/figures/playing.png
+share/gnome/help/gnibbles/C/figures/worm_op.png
+share/gnome/help/gnibbles/C/gnibbles.xml
+share/gnome/help/gnibbles/C/legal.xml
+share/gnome/help/gnobots2/C/figures/gnobots2-main.png
+share/gnome/help/gnobots2/C/gnobots2.xml
+share/gnome/help/gnobots2/C/legal.xml
+share/gnome/help/gnobots2/da/index.html
+share/gnome/help/gnobots2/da/topic.dat
+share/gnome/help/gnobots2/es/index.html
+share/gnome/help/gnobots2/es/topic.dat
+share/gnome/help/gnobots2/it/index.html
+share/gnome/help/gnobots2/it/topic.dat
+share/gnome/help/gnome-stones/C/figures/main-game.png
+share/gnome/help/gnome-stones/C/figures/main-start.png
+share/gnome/help/gnome-stones/C/figures/preferences-joystick.png
+share/gnome/help/gnome-stones/C/figures/preferences-main.png
+share/gnome/help/gnome-stones/C/gnome-stones.xml
+share/gnome/help/gnome-stones/C/legal.xml
+share/gnome/help/gnomine/C/figures/advanced_121_a.png
+share/gnome/help/gnomine/C/figures/advanced_121_b.png
+share/gnome/help/gnomine/C/figures/advanced_121_c.png
+share/gnome/help/gnomine/C/figures/basic-corner.png
+share/gnome/help/gnomine/C/figures/basic-flat3.png
+share/gnome/help/gnomine/C/figures/basic-wall.png
+share/gnome/help/gnomine/C/figures/gnomine-begin-play.png
+share/gnome/help/gnomine/C/figures/gnomine-fail.png
+share/gnome/help/gnomine/C/figures/gnomine-fresh.png
+share/gnome/help/gnomine/C/figures/gnomine-preferences.png
+share/gnome/help/gnomine/C/figures/gnomine-won.png
+share/gnome/help/gnomine/C/gnomine.xml
+share/gnome/help/gnomine/C/legal.xml
+share/gnome/help/gnotravex/C/figures/gnotravex_game.png
+share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png
+share/gnome/help/gnotravex/C/gnotravex.xml
+share/gnome/help/gnotravex/C/legal.xml
+share/gnome/help/gnotski/C/figures/gnotski_start_window.png
+share/gnome/help/gnotski/C/figures/gnotski_win.png
+share/gnome/help/gnotski/C/gnotski.xml
+share/gnome/help/gnotski/C/legal.xml
+share/gnome/help/gtali/C/figures/mainwindow.png
+share/gnome/help/gtali/C/figures/preferences.png
+share/gnome/help/gtali/C/gtali.xml
+share/gnome/help/gtali/C/legal.xml
+share/gnome/help/gtali/da/index.html
+share/gnome/help/gtali/da/topic.dat
+share/gnome/help/iagno/C/figures/ANIMATION.png
+share/gnome/help/iagno/C/figures/BLOCK.png
+share/gnome/help/iagno/C/figures/FIRST.png
+share/gnome/help/iagno/C/figures/PLAYER.png
+share/gnome/help/iagno/C/figures/START.png
+share/gnome/help/iagno/C/iagno.xml
+share/gnome/help/iagno/C/legal.xml
+share/gnome/help/mahjongg/C/figures/color.png
+share/gnome/help/mahjongg/C/figures/confirm.png
+share/gnome/help/mahjongg/C/figures/mahjongg.png
+share/gnome/help/mahjongg/C/figures/no-match.png
+share/gnome/help/mahjongg/C/figures/no-move.png
+share/gnome/help/mahjongg/C/figures/preferences.png
+share/gnome/help/mahjongg/C/figures/scores.png
+share/gnome/help/mahjongg/C/figures/seed.png
+share/gnome/help/mahjongg/C/figures/toolbar.png
+share/gnome/help/mahjongg/C/legal.xml
+share/gnome/help/mahjongg/C/mahjongg.xml
+share/gnome/help/same-gnome/C/figures/blink-sync.png
+share/gnome/help/same-gnome/C/figures/preferences.png
+share/gnome/help/same-gnome/C/figures/same-main-window.png
+share/gnome/help/same-gnome/C/figures/same-planets-fig.png
+share/gnome/help/same-gnome/C/figures/score-dialog.png
+share/gnome/help/same-gnome/C/legal.xml
+share/gnome/help/same-gnome/C/same-gnome.xml
+share/gnome/help/xbill/C/figures/bucket.png
+share/gnome/help/xbill/C/figures/cable.png
+share/gnome/help/xbill/C/figures/computer.png
+share/gnome/help/xbill/C/figures/fakeseg.png
+share/gnome/help/xbill/C/figures/fallenos.png
+share/gnome/help/xbill/C/figures/infected.png
+share/gnome/help/xbill/C/figures/mainwin.png
+share/gnome/help/xbill/C/figures/microbill.png
+share/gnome/help/xbill/C/figures/network.png
+share/gnome/help/xbill/C/figures/remove.png
+share/gnome/help/xbill/C/figures/removeos.png
+share/gnome/help/xbill/C/figures/score.png
+share/gnome/help/xbill/C/figures/scores.png
+share/gnome/help/xbill/C/figures/spark.png
+share/gnome/help/xbill/C/figures/splat.png
+share/gnome/help/xbill/C/figures/startgame.png
+share/gnome/help/xbill/C/figures/toasters.png
+share/gnome/help/xbill/C/legal.xml
+share/gnome/help/xbill/C/xbill.xml
+${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gnome-games.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnome-games.mo
+share/mime-info/gnome-stones.keys
+share/mime-info/gnome-stones.mime
+share/omf/gnome-games/aisleriot-C.omf
+share/omf/gnome-games/gataxx-C.omf
+share/omf/gnome-games/glines-C.omf
+share/omf/gnome-games/gnect-C.omf
+share/omf/gnome-games/gnibbles-C.omf
+share/omf/gnome-games/gnobots2-C.omf
+share/omf/gnome-games/gnome-stones-C.omf
+share/omf/gnome-games/gnomine-C.omf
+share/omf/gnome-games/gnotravex-C.omf
+share/omf/gnome-games/gnotski-C.omf
+share/omf/gnome-games/gtali-C.omf
+share/omf/gnome-games/iagno-C.omf
+share/omf/gnome-games/mahjongg-C.omf
+share/omf/gnome-games/same-gnome-C.omf
+share/omf/gnome-games/xbill-C.omf
+share/pixmaps/cards/backs/beige.png
+share/pixmaps/cards/backs/face.png
+share/pixmaps/cards/backs/grey.png
+share/pixmaps/cards/backs/rods.png
+share/pixmaps/cards/baize.png
+share/pixmaps/cards/honors/bonded.png
+share/pixmaps/cards/honors/xpat.png
+share/pixmaps/cards/jokers/gnome.png
+share/pixmaps/cards/ranks/bold-09x14.png
+share/pixmaps/cards/ranks/fine-07x12.png
+share/pixmaps/cards/slots/hand.png
+share/pixmaps/cards/slots/plain.png
+share/pixmaps/cards/splash.png
+share/pixmaps/cards/suits_large/knuth-09x10.png
+share/pixmaps/cards/suits_large/knuth-15x19.png
+share/pixmaps/cards/suits_large/knuth-18x21.png
+share/pixmaps/cards/suits_large/knuth-21x25.png
+share/pixmaps/cards/suits_large/xpat-11x11.png
+share/pixmaps/cards/suits_large/xpat-15x15.png
+share/pixmaps/cards/suits_large/xpat-21x21.png
+share/pixmaps/cards/suits_large/xpat-41x41.png
+share/pixmaps/cards/suits_medium/knuth-09x10.png
+share/pixmaps/cards/suits_medium/knuth-15x19.png
+share/pixmaps/cards/suits_medium/knuth-18x21.png
+share/pixmaps/cards/suits_medium/knuth-21x25.png
+share/pixmaps/cards/suits_medium/xpat-11x11.png
+share/pixmaps/cards/suits_medium/xpat-15x15.png
+share/pixmaps/cards/suits_medium/xpat-21x21.png
+share/pixmaps/cards/suits_small/knuth-09x10.png
+share/pixmaps/cards/suits_small/xpat-11x11.png
+share/pixmaps/cards/suits_small/xpat-15x15.png
+share/pixmaps/gataxx.png
+share/pixmaps/gataxx/blend.png
+share/pixmaps/gataxx/classic.png
+share/pixmaps/gataxx/flipblend.png
+share/pixmaps/gataxx/metal.png
+share/pixmaps/gataxx/metal2.png
+share/pixmaps/gataxx/shrink.png
+share/pixmaps/gataxx/sunmoon.png
+share/pixmaps/gataxx/woodtrim.png
+share/pixmaps/glines.png
+share/pixmaps/glines/ball.png
+share/pixmaps/glines/black.xpm
+share/pixmaps/glines/classic.png
+share/pixmaps/glines/dots.png
+share/pixmaps/glines/gray.xpm
+share/pixmaps/glines/pulse.png
+share/pixmaps/glines/woody.xpm
+share/pixmaps/gnect-icon.png
+share/pixmaps/gnect/bg_grotty.jpg
+share/pixmaps/gnect/bg_nightfall.jpg
+share/pixmaps/gnect/tileset_40x40_catseyes.png
+share/pixmaps/gnect/tileset_40x40_classic.png
+share/pixmaps/gnect/tileset_40x40_clean.png
+share/pixmaps/gnect/tileset_40x40_glassy.png
+share/pixmaps/gnect/tileset_40x40_square.png
+share/pixmaps/gnect/tileset_45x45_safari.png
+share/pixmaps/gnect/tileset_48x32_emulator.png
+share/pixmaps/gnect/tileset_50x50_catseyes.png
+share/pixmaps/gnect/tileset_50x50_classic.png
+share/pixmaps/gnect/tileset_50x50_clean.png
+share/pixmaps/gnect/tileset_50x50_glassy.png
+share/pixmaps/gnect/tileset_50x50_square.png
+share/pixmaps/gnibbles/gnibbles-logo.png
+share/pixmaps/gnibbles/gnibbles.png
+share/pixmaps/gnobots2/aieee.png
+share/pixmaps/gnobots2/cows.png
+share/pixmaps/gnobots2/eggs.png
+share/pixmaps/gnobots2/gnomes.png
+share/pixmaps/gnobots2/mice.png
+share/pixmaps/gnobots2/robots.png
+share/pixmaps/gnobots2/splat.png
+share/pixmaps/gnobots2/windows.png
+share/pixmaps/gnobots2/yahoo.png
+share/pixmaps/gnome-aisleriot.png
+share/pixmaps/gnome-gnobots2.png
+share/pixmaps/gnome-gtali.png
+share/pixmaps/gnome-gtetris.png
+share/pixmaps/gnome-mahjongg.png
+share/pixmaps/gnome-nibbles.png
+share/pixmaps/gnome-stones-file.png
+share/pixmaps/gnome-stones.png
+share/pixmaps/gnome-stones/amoeba.png
+share/pixmaps/gnome-stones/animated_curtain.png
+share/pixmaps/gnome-stones/background.png
+share/pixmaps/gnome-stones/boulder.png
+share/pixmaps/gnome-stones/butterfly.png
+share/pixmaps/gnome-stones/crate.png
+share/pixmaps/gnome-stones/curtain.png
+share/pixmaps/gnome-stones/diamond.png
+share/pixmaps/gnome-stones/dirt.png
+share/pixmaps/gnome-stones/door.png
+share/pixmaps/gnome-stones/empty.png
+share/pixmaps/gnome-stones/explosion.png
+share/pixmaps/gnome-stones/firefly.png
+share/pixmaps/gnome-stones/frame.png
+share/pixmaps/gnome-stones/gnome.png
+share/pixmaps/gnome-stones/title.png
+share/pixmaps/gnome-stones/wall.png
+share/pixmaps/gnome-xbill.png
+share/pixmaps/gnometris/5blocks-tig.png
+share/pixmaps/gnometris/5blocks-tim.png
+share/pixmaps/gnometris/5blocks.png
+share/pixmaps/gnometris/7blocks-tig.png
+share/pixmaps/gnometris/7blocks.png
+share/pixmaps/gnometris/7stones-gn.png
+share/pixmaps/gnometris/7stones2-gn.png
+share/pixmaps/gnometris/bg/dog-bg.png
+share/pixmaps/gnometris/bg/fishy-bg.png
+share/pixmaps/gnometris/bg/geschier-bg.png
+share/pixmaps/gnometris/bg/gitter-bg.png
+share/pixmaps/gnometris/bg/gnometris-bg.png
+share/pixmaps/gnometris/bg/greyprint-bg.png
+share/pixmaps/gnometris/bg/leaves-bg.png
+share/pixmaps/gnometris/bg/rhinoceros-bg.png
+share/pixmaps/gnometris/bg/scrcow-bg.png
+share/pixmaps/gnometris/bg/sweet-bg.png
+share/pixmaps/gnometris/bg/trees-bg.png
+share/pixmaps/gnometris/bg/vortex-bg.png
+share/pixmaps/gnometris/bg/watery-bg.png
+share/pixmaps/gnometris/bg/weirdo-bg.png
+share/pixmaps/gnomine/face-cool.xpm
+share/pixmaps/gnomine/face-sad.xpm
+share/pixmaps/gnomine/face-smile.xpm
+share/pixmaps/gnomine/face-win.xpm
+share/pixmaps/gnomine/face-worried.xpm
+share/pixmaps/gnotravex/gnome-gnotravex.png
+share/pixmaps/gnotravex/gnotravex.png
+share/pixmaps/gnotski-icon.png
+share/pixmaps/gnotski.png
+share/pixmaps/iagno.png
+share/pixmaps/iagno/blend.png
+share/pixmaps/iagno/classic.png
+share/pixmaps/iagno/flipblend.png
+share/pixmaps/iagno/metal.png
+share/pixmaps/iagno/metal2.png
+share/pixmaps/iagno/shrink.png
+share/pixmaps/iagno/sunmoon.png
+share/pixmaps/iagno/woodtrim.png
+share/pixmaps/mahjongg/bg/bg1.png
+share/pixmaps/mahjongg/bg/bg2.png
+share/pixmaps/mahjongg/bg/bg3.png
+share/pixmaps/mahjongg/bg/bg4.png
+share/pixmaps/mahjongg/default.png
+share/pixmaps/mahjongg/seta.png
+share/pixmaps/same-gnome/blink-sync.png
+share/pixmaps/same-gnome/glass.png
+share/pixmaps/same-gnome/marbles.png
+share/pixmaps/same-gnome/planets.png
+share/pixmaps/same-gnome/rotate.png
+share/pixmaps/same-gnome/stones.png
+share/sol-games/agnes.scm
+share/sol-games/auld_lang_syne.scm
+share/sol-games/bakers_dozen.scm
+share/sol-games/bakers_game.scm
+share/sol-games/beleaguered_castle.scm
+share/sol-games/bristol.scm
+share/sol-games/camelot.scm
+share/sol-games/canfield.scm
+share/sol-games/chessboard.scm
+share/sol-games/clock.scm
+share/sol-games/cover.scm
+share/sol-games/diamond_mine.scm
+share/sol-games/doublets.scm
+share/sol-games/eagle_wing.scm
+share/sol-games/easthaven.scm
+share/sol-games/eight_off.scm
+share/sol-games/elevator.scm
+share/sol-games/escalator.scm
+share/sol-games/first_law.scm
+share/sol-games/fortress.scm
+share/sol-games/fortunes.scm
+share/sol-games/fourteen.scm
+share/sol-games/freecell.scm
+share/sol-games/gay_gordons.scm
+share/sol-games/glenwood.scm
+share/sol-games/golf.scm
+share/sol-games/gypsy.scm
+share/sol-games/helsinki.scm
+share/sol-games/hopscotch.scm
+share/sol-games/isabel.scm
+share/sol-games/jamestown.scm
+share/sol-games/jumbo.scm
+share/sol-games/kansas.scm
+share/sol-games/king_albert.scm
+share/sol-games/klondike.scm
+share/sol-games/labyrinth.scm
+share/sol-games/lady_jane.scm
+share/sol-games/maze.scm
+share/sol-games/monte_carlo.scm
+share/sol-games/neighbor.scm
+share/sol-games/odessa.scm
+share/sol-games/osmosis.scm
+share/sol-games/peek.scm
+share/sol-games/pileon.scm
+share/sol-games/plait.scm
+share/sol-games/poker.scm
+share/sol-games/quatorze.scm
+share/sol-games/royal_east.scm
+share/sol-games/scorpion.scm
+share/sol-games/scuffle.scm
+share/sol-games/seahaven.scm
+share/sol-games/sir_tommy.scm
+share/sol-games/sol.scm
+share/sol-games/spider.scm
+share/sol-games/spiderette.scm
+share/sol-games/straight_up.scm
+share/sol-games/streets_and_alleys.scm
+share/sol-games/ten_across.scm
+share/sol-games/thieves.scm
+share/sol-games/thirteen.scm
+share/sol-games/thumb_and_pouch.scm
+share/sol-games/treize.scm
+share/sol-games/union_square.scm
+share/sol-games/valentine.scm
+share/sol-games/westhaven.scm
+share/sol-games/whitehead.scm
+share/sol-games/will_o_the_wisp.scm
+share/sol-games/yield.scm
+share/sol-games/yukon.scm
+share/sol-games/zebra.scm
+share/sounds/gataxx/flip-piece.wav
+share/sounds/gataxx/gameover.wav
+share/sounds/gnibbles/appear.wav
+share/sounds/gnibbles/bonus.wav
+share/sounds/gnibbles/crash.wav
+share/sounds/gnibbles/gobble.wav
+share/sounds/gnibbles/laughter.wav
+share/sounds/gnibbles/life.wav
+share/sounds/gnibbles/pop.wav
+share/sounds/gnibbles/reverse.wav
+share/sounds/gnibbles/teleport.wav
+share/sounds/gnobots2/bad.wav
+share/sounds/gnobots2/die.wav
+share/sounds/gnobots2/splat.wav
+share/sounds/gnobots2/teleport.wav
+share/sounds/gnobots2/victory.wav
+share/sounds/gnobots2/yahoo.wav
+share/sounds/gnome-stones/born.wav
+share/sounds/gnome-stones/boulder.wav
+share/sounds/gnome-stones/dig.wav
+share/sounds/gnome-stones/door_open.wav
+share/sounds/gnome-stones/explosion.wav
+share/sounds/gnome-stones/get_diamond.wav
+share/sounds/gnome-stones/title.wav
+share/sounds/iagno/flip-piece.wav
+share/sounds/iagno/gameover.wav
+share/xbill/cursors/apple.xpm
+share/xbill/cursors/beos.xpm
+share/xbill/cursors/bsd.xpm
+share/xbill/cursors/bucket.xpm
+share/xbill/cursors/caldera.xpm
+share/xbill/cursors/debian.xpm
+share/xbill/cursors/hand_down.xpm
+share/xbill/cursors/hand_down_mask.xpm
+share/xbill/cursors/hand_up.xpm
+share/xbill/cursors/hand_up_mask.xpm
+share/xbill/cursors/hurd.xpm
+share/xbill/cursors/linux.xpm
+share/xbill/cursors/mandrake.xpm
+share/xbill/cursors/next.xpm
+share/xbill/cursors/os2.xpm
+share/xbill/cursors/redhat.xpm
+share/xbill/cursors/sgi.xpm
+share/xbill/cursors/slackware.xpm
+share/xbill/cursors/sun.xpm
+share/xbill/cursors/suse.xpm
+share/xbill/cursors/turbolinux.xpm
+share/xbill/pixmaps/about.xpm
+share/xbill/pixmaps/apple.xpm
+share/xbill/pixmaps/beos.xpm
+share/xbill/pixmaps/billA_0.xpm
+share/xbill/pixmaps/billA_1.xpm
+share/xbill/pixmaps/billA_10.xpm
+share/xbill/pixmaps/billA_11.xpm
+share/xbill/pixmaps/billA_12.xpm
+share/xbill/pixmaps/billA_2.xpm
+share/xbill/pixmaps/billA_3.xpm
+share/xbill/pixmaps/billA_4.xpm
+share/xbill/pixmaps/billA_5.xpm
+share/xbill/pixmaps/billA_6.xpm
+share/xbill/pixmaps/billA_7.xpm
+share/xbill/pixmaps/billA_8.xpm
+share/xbill/pixmaps/billA_9.xpm
+share/xbill/pixmaps/billD_0.xpm
+share/xbill/pixmaps/billD_1.xpm
+share/xbill/pixmaps/billD_2.xpm
+share/xbill/pixmaps/billD_3.xpm
+share/xbill/pixmaps/billD_4.xpm
+share/xbill/pixmaps/billL_0.xpm
+share/xbill/pixmaps/billL_1.xpm
+share/xbill/pixmaps/billL_2.xpm
+share/xbill/pixmaps/billR_0.xpm
+share/xbill/pixmaps/billR_1.xpm
+share/xbill/pixmaps/billR_2.xpm
+share/xbill/pixmaps/bsd.xpm
+share/xbill/pixmaps/bsdcpu.xpm
+share/xbill/pixmaps/bucket.xpm
+share/xbill/pixmaps/caldera.xpm
+share/xbill/pixmaps/debian.xpm
+share/xbill/pixmaps/hurd.xpm
+share/xbill/pixmaps/icon.xpm
+share/xbill/pixmaps/linux.xpm
+share/xbill/pixmaps/logo.xpm
+share/xbill/pixmaps/maccpu.xpm
+share/xbill/pixmaps/mandrake.xpm
+share/xbill/pixmaps/next.xpm
+share/xbill/pixmaps/nextcpu.xpm
+share/xbill/pixmaps/os2.xpm
+share/xbill/pixmaps/os2cpu.xpm
+share/xbill/pixmaps/redhat.xpm
+share/xbill/pixmaps/sgi.xpm
+share/xbill/pixmaps/sgicpu.xpm
+share/xbill/pixmaps/slackware.xpm
+share/xbill/pixmaps/spark_0.xpm
+share/xbill/pixmaps/spark_1.xpm
+share/xbill/pixmaps/sun.xpm
+share/xbill/pixmaps/suncpu.xpm
+share/xbill/pixmaps/suse.xpm
+share/xbill/pixmaps/toaster.xpm
+share/xbill/pixmaps/turbolinux.xpm
+share/xbill/pixmaps/wingdows.xpm
+@dirrm share/xbill/pixmaps
+@dirrm share/xbill/cursors
+@dirrm share/xbill
+@dirrm share/sounds/iagno
+@dirrm share/sounds/gnome-stones
+@dirrm share/sounds/gnobots2
+@dirrm share/sounds/gnibbles
+@dirrm share/sounds/gataxx
+@dirrm share/sol-games
+@dirrm share/pixmaps/same-gnome
+@dirrm share/pixmaps/mahjongg/bg
+@dirrm share/pixmaps/mahjongg
+@dirrm share/pixmaps/iagno
+@dirrm share/pixmaps/gnotravex
+@dirrm share/pixmaps/gnomine
+@dirrm share/pixmaps/gnometris/bg
+@dirrm share/pixmaps/gnometris
+@dirrm share/pixmaps/gnome-stones
+@dirrm share/pixmaps/gnobots2
+@dirrm share/pixmaps/gnibbles
+@dirrm share/pixmaps/gnect
+@dirrm share/pixmaps/glines
+@dirrm share/pixmaps/gataxx
+@dirrm share/pixmaps/cards/suits_small
+@dirrm share/pixmaps/cards/suits_medium
+@dirrm share/pixmaps/cards/suits_large
+@dirrm share/pixmaps/cards/slots
+@dirrm share/pixmaps/cards/ranks
+@dirrm share/pixmaps/cards/jokers
+@dirrm share/pixmaps/cards/honors
+@dirrm share/pixmaps/cards/backs
+@dirrm share/pixmaps/cards
+@dirrm share/omf/gnome-games
+@dirrm share/gnome/help/xbill/C/figures
+@dirrm share/gnome/help/xbill/C
+@dirrm share/gnome/help/xbill
+@dirrm share/gnome/help/same-gnome/C/figures
+@dirrm share/gnome/help/same-gnome/C
+@dirrm share/gnome/help/same-gnome
+@dirrm share/gnome/help/mahjongg/C/figures
+@dirrm share/gnome/help/mahjongg/C
+@dirrm share/gnome/help/mahjongg
+@dirrm share/gnome/help/iagno/C/figures
+@dirrm share/gnome/help/iagno/C
+@dirrm share/gnome/help/iagno
+@dirrm share/gnome/help/gtali/da
+@dirrm share/gnome/help/gtali/C/figures
+@dirrm share/gnome/help/gtali/C
+@dirrm share/gnome/help/gtali
+@dirrm share/gnome/help/gnotski/C/figures
+@dirrm share/gnome/help/gnotski/C
+@dirrm share/gnome/help/gnotski
+@dirrm share/gnome/help/gnotravex/C/figures
+@dirrm share/gnome/help/gnotravex/C
+@dirrm share/gnome/help/gnotravex
+@dirrm share/gnome/help/gnomine/C/figures
+@dirrm share/gnome/help/gnomine/C
+@dirrm share/gnome/help/gnomine
+@dirrm share/gnome/help/gnome-stones/C/figures
+@dirrm share/gnome/help/gnome-stones/C
+@dirrm share/gnome/help/gnome-stones
+@dirrm share/gnome/help/gnobots2/it
+@dirrm share/gnome/help/gnobots2/es
+@dirrm share/gnome/help/gnobots2/da
+@dirrm share/gnome/help/gnobots2/C/figures
+@dirrm share/gnome/help/gnobots2/C
+@dirrm share/gnome/help/gnobots2
+@dirrm share/gnome/help/gnibbles/C/figures
+@dirrm share/gnome/help/gnibbles/C
+@dirrm share/gnome/help/gnibbles
+@dirrm share/gnome/help/gnect/C/figures
+@dirrm share/gnome/help/gnect/C
+@dirrm share/gnome/help/gnect
+@dirrm share/gnome/help/glines/C/figures
+@dirrm share/gnome/help/glines/C
+@dirrm share/gnome/help/glines
+@dirrm share/gnome/help/gataxx/C/figures
+@dirrm share/gnome/help/gataxx/C
+@dirrm share/gnome/help/gataxx
+@dirrm share/gnome/help/aisleriot/C/figures
+@dirrm share/gnome/help/aisleriot/C
+@dirrm share/gnome/help/aisleriot
+@dirrm share/gnome-stones
+@dirrm share/gnobots2
+@dirrm share/gnibbles
+@dirrm share/gnect
+@dirrm lib/gnome-stones/objects
+@dirrm lib/gnome-stones
+@dirrm include/gdkcardimage
diff --git a/games/gnome2-games/buildlink2.mk b/games/gnome2-games/buildlink2.mk
new file mode 100644
index 00000000000..0f2f7218304
--- /dev/null
+++ b/games/gnome2-games/buildlink2.mk
@@ -0,0 +1,31 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+#
+# This Makefile fragment is included by packages that use gnome-games.
+#
+# This file was created automatically using createbuildlink 2.4.
+#
+
+.if !defined(GNOME_GAMES_BUILDLINK2_MK)
+GNOME_GAMES_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= gnome-games
+BUILDLINK_DEPENDS.gnome-games?= gnome-games>=1.4.0.4nb3
+BUILDLINK_PKGSRCDIR.gnome-games?= ../../games/gnome-games
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.gnome-games=gnome-games
+BUILDLINK_PREFIX.gnome-games_DEFAULT= ${X11PREFIX}
+BUILDLINK_FILES.gnome-games+= include/gdkcardimage/gdk-card-image.h
+BUILDLINK_FILES.gnome-games+= lib/gnome-stones/objects/libgnome-stones.*
+BUILDLINK_FILES.gnome-games+= lib/gnome-stones/objects/libgnomekoban.*
+BUILDLINK_FILES.gnome-games+= lib/libgdkcardimage.*
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../lang/guile14/buildlink2.mk"
+.include "../../x11/gnome-core/buildlink2.mk"
+
+BUILDLINK_TARGETS+= gnome-games-buildlink
+
+gnome-games-buildlink: _BUILDLINK_USE
+
+.endif # GNOME_GAMES_BUILDLINK2_MK
diff --git a/games/gnome2-games/distinfo b/games/gnome2-games/distinfo
new file mode 100644
index 00000000000..3f5802e3c60
--- /dev/null
+++ b/games/gnome2-games/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+SHA1 (gnome-games-2.2.1.tar.bz2) = 960baa978e05777b23f95a01e574267c18874ba8
+Size (gnome-games-2.2.1.tar.bz2) = 9777548 bytes
+SHA1 (patch-aa) = cc050ef435d3883182a205a3767bf8bce7f2506a
+SHA1 (patch-ac) = 71cf86496f6a8cf5f3291a7e046704e3ed0855ed
+SHA1 (patch-ae) = 5e754afe659e72cd417faae2eaba40f08a96419e
+SHA1 (patch-ag) = c317c0cd40725600235667f985f4fdf916a02083
diff --git a/games/gnome2-games/patches/patch-aa b/games/gnome2-games/patches/patch-aa
new file mode 100644
index 00000000000..b7a5a98f7b1
--- /dev/null
+++ b/games/gnome2-games/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- freecell/gdk-card-image/gdk-card-image.c.orig 2003-02-26 03:47:17.000000000 +1000
++++ freecell/gdk-card-image/gdk-card-image.c
+@@ -30,7 +30,8 @@
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>
+ #endif
+-#ifdef __FreeBSD__
++#include <sys/param.h>
++#if (defined(BSD) && BSD >= 199306)
+ #include <dirent.h>
+ #endif
+ #if defined HAVE_SYS_DIRENT_H
diff --git a/games/gnome2-games/patches/patch-ac b/games/gnome2-games/patches/patch-ac
new file mode 100644
index 00000000000..326ef36231a
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- gtali/Makefile.in.orig Fri Jul 6 02:06:49 2001
++++ gtali/Makefile.in
+@@ -167,7 +167,7 @@
+
+
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lintl
+ gtali_OBJECTS = gyahtzee.$(OBJEXT) clist.$(OBJEXT) yahtzee.$(OBJEXT) \
+ computer.$(OBJEXT) setup.$(OBJEXT)
+ gtali_DEPENDENCIES =
diff --git a/games/gnome2-games/patches/patch-ae b/games/gnome2-games/patches/patch-ae
new file mode 100644
index 00000000000..bd18deb99f6
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ae
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- gnome-stones/objects/Makefile.in.orig 2003-03-11 21:42:33.000000000 +1000
++++ gnome-stones/objects/Makefile.in
+@@ -151,10 +151,10 @@ LTLIBRARIES = $(object_LTLIBRARIES)
+
+ DEFS = @DEFS@ -I. -I$(srcdir) -I../..
+ LIBS = @LIBS@
+-libgnome_stones_la_LDFLAGS =
++libgnome_stones_la_LDFLAGS = -module -avoid-version
+ libgnome_stones_la_LIBADD =
+ libgnome_stones_la_OBJECTS = gnome-stones.lo
+-libgnomekoban_la_LDFLAGS =
++libgnomekoban_la_LDFLAGS = -module -avoid-version
+ libgnomekoban_la_LIBADD =
+ libgnomekoban_la_OBJECTS = gnomekoban.lo
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff --git a/games/gnome2-games/patches/patch-ag b/games/gnome2-games/patches/patch-ag
new file mode 100644
index 00000000000..ac6d089c654
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- omf.make.orig 2002-05-08 08:08:52.000000000 +1000
++++ omf.make
+@@ -27,7 +27,7 @@
+ #
+
+ omf_dest_dir=$(datadir)/omf/@PACKAGE@
+-scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
++scrollkeeper_localstate_dir = $(prefix)/libdata/scrollkeeper
+
+ omf: omf_timestamp
+