freebsd-ports/games/glchess/pkg-plist
Ion-Mihai Tetcu ba6a7f1de4 Update to version 0.9.4
PR:		ports/99044
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-06-25 16:25:23 +00:00

54 lines
1.6 KiB
Text

bin/glchess
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%DATADIR%%/ai.py
%%DATADIR%%/cecp.py
%%DATADIR%%/chess/__init__.py
%%DATADIR%%/chess/board.py
%%DATADIR%%/chess/pgn.py
%%DATADIR%%/chess/san.py
%%DATADIR%%/game.py
%%DATADIR%%/glchess.py
%%DATADIR%%/gui/chess_view.glade
%%DATADIR%%/gui/error_dialog.glade
%%DATADIR%%/gui/glchess.glade
%%DATADIR%%/gui/load_game.glade
%%DATADIR%%/gui/network_game.glade
%%DATADIR%%/gui/new_game.glade
%%DATADIR%%/gui/new_game_simple.glade
%%DATADIR%%/gui/save_game.glade
%%DATADIR%%/gui/splashscreen.glade
%%DATADIR%%/scene/__init__.py
%%DATADIR%%/scene/builtin_models.py
%%DATADIR%%/scene/new_models.py
%%DATADIR%%/scene/opengl.py
%%DATADIR%%/scene/scene.py
%%DATADIR%%/scene/texture.py
%%DATADIR%%/textures/black_board_texture.jpg
%%DATADIR%%/textures/black_piece_texture.jpg
%%DATADIR%%/textures/white_board_texture.jpg
%%DATADIR%%/textures/white_piece_texture.jpg
%%DATADIR%%/textures/wood_43.jpg
%%DATADIR%%/ui/__init__.py
%%DATADIR%%/ui/gtkui/__init__.py
%%DATADIR%%/ui/gtkui/dialogs.py
%%DATADIR%%/ui/gtkui/gtkui.py
%%DATADIR%%/ui/ui.py
share/locale/de/LC_MESSAGES/glchess.mo
share/locale/en/LC_MESSAGES/glchess.mo
share/locale/en_AU/LC_MESSAGES/glchess.mo
share/locale/en_NZ/LC_MESSAGES/glchess.mo
share/locale/en_US/LC_MESSAGES/glchess.mo
@dirrmtry share/locale/en_US/LC_MESSAGES
@dirrmtry share/locale/en_US
@dirrmtry share/locale/en_NZ/LC_MESSAGES
@dirrmtry share/locale/en_NZ
@dirrm %%DATADIR%%/ui/gtkui
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/textures
@dirrm %%DATADIR%%/scene
@dirrm %%DATADIR%%/gui
@dirrm %%DATADIR%%/chess
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%