diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-23 06:07:42 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-23 06:07:42 +0000 |
commit | 91591093570bdf341dc2d54d5b5fa7b45a36ba5d (patch) | |
tree | 0d3c4cf5f714193ed48650d9e6b037921d026732 /games/eboard | |
parent | Update to version 1.4 Build 118 (diff) |
Add eboard 0.2.5, gTK+ chess board interface (mainly for FICS and
chessd).
PR: 28358
Submitted by: petef@databits.net
Notes
Notes:
svn path=/head/; revision=44341
Diffstat (limited to 'games/eboard')
-rw-r--r-- | games/eboard/Makefile | 35 | ||||
-rw-r--r-- | games/eboard/distinfo | 1 | ||||
-rw-r--r-- | games/eboard/pkg-comment | 1 | ||||
-rw-r--r-- | games/eboard/pkg-descr | 12 | ||||
-rw-r--r-- | games/eboard/pkg-plist | 17 |
5 files changed, 66 insertions, 0 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile new file mode 100644 index 000000000000..0df94945d19a --- /dev/null +++ b/games/eboard/Makefile @@ -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> diff --git a/games/eboard/distinfo b/games/eboard/distinfo new file mode 100644 index 000000000000..574f629bf3f4 --- /dev/null +++ b/games/eboard/distinfo @@ -0,0 +1 @@ +MD5 (eboard-0.2.5.tar.gz) = 9041bc5ea9149400be1e9882bce1cbe7 diff --git a/games/eboard/pkg-comment b/games/eboard/pkg-comment new file mode 100644 index 000000000000..d0ba1413918a --- /dev/null +++ b/games/eboard/pkg-comment @@ -0,0 +1 @@ +GTK+ chess board interface (mainly for FICS and chessd) diff --git a/games/eboard/pkg-descr b/games/eboard/pkg-descr new file mode 100644 index 000000000000..6adf6b3504ec --- /dev/null +++ b/games/eboard/pkg-descr @@ -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 diff --git a/games/eboard/pkg-plist b/games/eboard/pkg-plist new file mode 100644 index 000000000000..d4f62d97dc59 --- /dev/null +++ b/games/eboard/pkg-plist @@ -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 |