Imported eboard.
eboard is a chess interface for Unix-like systems (GNU/Linux, FreeBSD, Solaris, etc.) based on the GTK+ GUI toolkit. It provides a chess board interface to ICS (Internet Chess Servers) like FICS and to chess engines like GNU Chess, Sjeng and Crafty. eboard provides many features other interfaces lack, like a good looking, configurable interface, multiple board views, resizeable board (without restarting), seek table, text input separated from the output, input history (bash-like), scripting, scroll lock, and many others.
This commit is contained in:
parent
dcb34d2ace
commit
4e7c1fee7b
4 changed files with 63 additions and 0 deletions
9
games/eboard/DESCR
Normal file
9
games/eboard/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
eboard is a chess interface for Unix-like systems (GNU/Linux, FreeBSD,
|
||||
Solaris, etc.) based on the GTK+ GUI toolkit. It provides a chess board
|
||||
interface to ICS (Internet Chess Servers) like FICS and to chess engines
|
||||
like GNU Chess, Sjeng and Crafty.
|
||||
|
||||
eboard provides many features other interfaces lack, like a good
|
||||
looking, configurable interface, multiple board views, resizeable board
|
||||
(without restarting), seek table, text input separated from the output,
|
||||
input history (bash-like), scripting, scroll lock, and many others.
|
31
games/eboard/Makefile
Normal file
31
games/eboard/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/05/19 12:32:06 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= eboard-0.9.5
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eboard/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= rillig@NetBSD.org
|
||||
HOMEPAGE= http://eboard.sourceforge.net/
|
||||
COMMENT= Graphical user interface for playing chess
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= perl gmake
|
||||
REPLACE_PERL+= configure
|
||||
LDFLAGS+= ${LIBOSSAUDIO}
|
||||
|
||||
SUBST_CLASSES+= mf
|
||||
SUBST_STAGE.mf= post-configure
|
||||
SUBST_MESSAGE.mf= Fixing autogenerated Makefile
|
||||
SUBST_FILES.mf= Makefile
|
||||
SUBST_SED.mf= -e 's/^CXXFLAGS.*=/CXXFLAGS += $${CPPFLAGS} /'
|
||||
SUBST_SED.mf+= -e 's/^LDFLAGS.*=/LDFLAGS += $${CXXFLAGS}/'
|
||||
|
||||
.include "../../mk/oss.buildlink3.mk"
|
||||
.include "../../graphics/imlib/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
18
games/eboard/PLIST
Normal file
18
games/eboard/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/19 12:32:06 rillig Exp $
|
||||
bin/eboard
|
||||
bin/eboard-addtheme
|
||||
bin/eboard-config
|
||||
man/man1/eboard-addtheme.1
|
||||
man/man1/eboard-config.1
|
||||
man/man6/eboard.6
|
||||
share/eboard/NAG.en.txt
|
||||
share/eboard/classic.png
|
||||
share/eboard/eboard.cs.dict
|
||||
share/eboard/eboard.de.dict
|
||||
share/eboard/eboard.es.dict
|
||||
share/eboard/eboard.it.dict
|
||||
share/eboard/eboard.pt_BR.dict
|
||||
share/eboard/eboard_themes.conf
|
||||
share/eboard/ghouls.png
|
||||
share/eboard/plastic.png
|
||||
@dirrm share/eboard
|
5
games/eboard/distinfo
Normal file
5
games/eboard/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/05/19 12:32:06 rillig Exp $
|
||||
|
||||
SHA1 (eboard-0.9.5.tar.bz2) = 14047899f4e8009b4823e24b3ec2227ba43d1147
|
||||
RMD160 (eboard-0.9.5.tar.bz2) = 585a89ba80bc22d9d53f0657600a7a7b9d378a3f
|
||||
Size (eboard-0.9.5.tar.bz2) = 360241 bytes
|
Loading…
Reference in a new issue