Add eboard 0.2.5, gTK+ chess board interface (mainly for FICS and

chessd).

PR:		28358
Submitted by:	petef@databits.net
This commit is contained in:
Mark Pulford 2001-06-23 06:07:42 +00:00
parent ca16a5b614
commit 9159109357
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44341
6 changed files with 67 additions and 0 deletions

View File

@ -65,6 +65,7 @@
SUBDIR += dopewars
SUBDIR += drm
SUBDIR += dungeon
SUBDIR += eboard
SUBDIR += empire
SUBDIR += fkiss
SUBDIR += flightgear

35
games/eboard/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: eboard
# Date created: 22 June 2001
# Whom: petef@databits.net
#
# $FreeBSD$
#
PORTNAME= eboard
PORTVERSION= 0.2.5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= petef@databits.net
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_GTK= yes
USE_IMLIB= yes
USE_X_PREFIX= yes
MAN6= eboard.6
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/eboard
.for file in Crafty.txt FICS-Timeseal.txt GNUChess4.txt GNUChess5.txt \
Scripts.txt Sjeng.txt Themes.txt
${INSTALL_DATA} ${WRKSRC}/Documentation/${file} \
${PREFIX}/share/doc/eboard
.endfor
.endif
.include <bsd.port.mk>

1
games/eboard/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (eboard-0.2.5.tar.gz) = 9041bc5ea9149400be1e9882bce1cbe7

1
games/eboard/pkg-comment Normal file
View File

@ -0,0 +1 @@
GTK+ chess board interface (mainly for FICS and chessd)

12
games/eboard/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
eboard is a GTK+ chess interface. It provides a chess board
interface to ICS (Internet Chess Servers) like FICS and chessd,
and to chess engines like GNU Chess, Sjeng and Crafty.
eboard is currently under development, and its primary purpose is
serving as interface to FICS. We expect to have eboard supporting
most FICS features by July 2001.
WWW: http://eboard.sourceforge.net
- Pete
petef@databits.net

17
games/eboard/pkg-plist Normal file
View File

@ -0,0 +1,17 @@
bin/eboard
bin/eboard-addtheme
bin/eboard-config
%%PORTDOCS%%share/doc/eboard/Crafty.txt
%%PORTDOCS%%share/doc/eboard/FICS-Timeseal.txt
%%PORTDOCS%%share/doc/eboard/GNUChess4.txt
%%PORTDOCS%%share/doc/eboard/GNUChess5.txt
%%PORTDOCS%%share/doc/eboard/Scripts.txt
%%PORTDOCS%%share/doc/eboard/Sjeng.txt
%%PORTDOCS%%share/doc/eboard/Themes.txt
share/eboard/basic_g.png
share/eboard/basic_w.png
share/eboard/basic_y.png
share/eboard/rock.png
share/eboard/eboard_themes.conf
@dirrm share/eboard
%%PORTDOCS%%@dirrm share/doc/eboard