Import new "gnome-chess" package:
GNOME's graphical interface for playing chess.
This commit is contained in:
parent
81958f07e3
commit
e936bb7667
5 changed files with 53 additions and 0 deletions
15
games/gnome-chess/Makefile
Normal file
15
games/gnome-chess/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 22:10:45 tron Exp $
|
||||
|
||||
DISTNAME= gnome-chess-0.2.4
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/}
|
||||
|
||||
MAINTAINER= tron@netbsd.org
|
||||
HOMEPAGE= http://arcavia.com/rd/gnome-chess/
|
||||
|
||||
DEPENDS+= gnome-core-*:../../x11/gnome-core
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X11BASE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
games/gnome-chess/files/md5
Normal file
3
games/gnome-chess/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/11/17 22:10:45 tron Exp $
|
||||
|
||||
MD5 (gnome-chess-0.2.4.tar.gz) = 905c82c0f80d5cb8a77282d1c6083c43
|
1
games/gnome-chess/pkg/COMMENT
Normal file
1
games/gnome-chess/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
GNOME's graphical interface for playing chess.
|
5
games/gnome-chess/pkg/DESCR
Normal file
5
games/gnome-chess/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is gnome-chess, a graphical user interface for playing chess.
|
||||
|
||||
It works with chess programs and chess servers - it is also a PGN viewer.
|
||||
For chess programs, it works best with the chess engine crafty but most
|
||||
features should also work with GNU Chess.
|
29
games/gnome-chess/pkg/PLIST
Normal file
29
games/gnome-chess/pkg/PLIST
Normal file
|
@ -0,0 +1,29 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/17 22:10:45 tron Exp $
|
||||
bin/gnome-chess
|
||||
share/gnome/apps/Games/gnome-chess.desktop
|
||||
share/locale/da/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/no/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-chess.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-chess.mo
|
||||
share/mime-info/gnome-chess.keys
|
||||
share/mime-info/gnome-chess.mime
|
||||
share/pixmaps/gnome-chess.png
|
||||
share/pixmaps/gnome-chess/B.png
|
||||
share/pixmaps/gnome-chess/K.png
|
||||
share/pixmaps/gnome-chess/N.png
|
||||
share/pixmaps/gnome-chess/P.png
|
||||
share/pixmaps/gnome-chess/Q.png
|
||||
share/pixmaps/gnome-chess/R.png
|
||||
share/pixmaps/gnome-chess/b.png
|
||||
share/pixmaps/gnome-chess/k.png
|
||||
share/pixmaps/gnome-chess/n.png
|
||||
share/pixmaps/gnome-chess/p.png
|
||||
share/pixmaps/gnome-chess/q.png
|
||||
share/pixmaps/gnome-chess/r.png
|
||||
@dirrm share/pixmaps/gnome-chess
|
Loading…
Reference in a new issue