diff options
author | markm <markm@FreeBSD.org> | 1995-12-23 16:54:11 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-12-23 16:54:11 +0000 |
commit | 79f169954b2ced3724aeddb79d987596a62ed207 (patch) | |
tree | ff0c8bc1dffaf4db0de5b62e541484690df2af35 /games/gnuchess | |
parent | 1b56a6190dbbe9094394c114b3d4a8f9ceb56d43 (diff) | |
download | FreeBSD-ports-79f169954b2ced3724aeddb79d987596a62ed207.zip FreeBSD-ports-79f169954b2ced3724aeddb79d987596a62ed207.tar.gz |
Latest version of Gnu Chess. Now we can kick the ancient (Ca. 1989)
version out of the source tree.
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 21 | ||||
-rw-r--r-- | games/gnuchess/distinfo | 1 | ||||
-rw-r--r-- | games/gnuchess/pkg-comment | 1 | ||||
-rw-r--r-- | games/gnuchess/pkg-descr | 24 | ||||
-rw-r--r-- | games/gnuchess/pkg-plist | 16 |
5 files changed, 63 insertions, 0 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile new file mode 100644 index 0000000..158e6a9 --- /dev/null +++ b/games/gnuchess/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Gnu Chess +# Version required: 4.0pl75 +# Date created: 22 December 1995 +# Whom: markm +# +# $Id$ +# + +DISTNAME= gnuchess-4.0.pl75 +PKGNAME= gnuchess-4.0.75 +CATEGORIES+= games +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +MAINTAINER= markm@FreeBSD.ORG + +HAS_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src +#CONFIGURE_SCRIPT= src/configure +#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} + +.include <bsd.port.mk> diff --git a/games/gnuchess/distinfo b/games/gnuchess/distinfo new file mode 100644 index 0000000..7f66eee --- /dev/null +++ b/games/gnuchess/distinfo @@ -0,0 +1 @@ +MD5 (gnuchess-4.0.pl75.tar.gz) = aafef7fefcbd8bbc42167332673433fb diff --git a/games/gnuchess/pkg-comment b/games/gnuchess/pkg-comment new file mode 100644 index 0000000..43c1141 --- /dev/null +++ b/games/gnuchess/pkg-comment @@ -0,0 +1 @@ +"Classic" Gnu Chess diff --git a/games/gnuchess/pkg-descr b/games/gnuchess/pkg-descr new file mode 100644 index 0000000..f993cb9 --- /dev/null +++ b/games/gnuchess/pkg-descr @@ -0,0 +1,24 @@ + Gnuchess plays a game of chess against the user or it + plays against itself. + + Gnuchess is an updated version of the GNU chess playing + program. It has a simple alpha-numeric board display, an + IBM PC compatible interface, or it can be compiled for use + with the chesstool program on a SUN workstation or with + the xboard program under X-windows. To invoke the program + gnuchess + - simple curses based version + + gnuchessn + - fancy version using curses and inverse video on + UNIX, or IBM PC cursor controls and characters on + MSDOS + + gnuchessr + - ASCII based version + + gnuchessc + - chesstool compatible version + + gnuchessx + - xboard compatible version diff --git a/games/gnuchess/pkg-plist b/games/gnuchess/pkg-plist new file mode 100644 index 0000000..02521dd --- /dev/null +++ b/games/gnuchess/pkg-plist @@ -0,0 +1,16 @@ +bin/gnuchess +bin/gnuchessr +bin/gnuchessn +bin/gnuchessx +bin/gnuchessc +bin/postprint +bin/gnuan +bin/game +lib/gnuchess.lang +lib/eco.pgn +lib/gnuchess.data +lib/gnuchess.eco +man/man6/game.6 +man/man6/gnuan.6 +man/man6/gnuchess.6 +man/man6/postprint.6 |