diff options
author | Mark Murray <markm@FreeBSD.org> | 1995-12-23 16:54:11 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1995-12-23 16:54:11 +0000 |
commit | 5d1b1b8426d956b0e446cc2e78c06aa36ca37e64 (patch) | |
tree | 9180faae9d9a7e49f075b3262dd162eee58cd682 /games/gnuchess | |
parent | e1ebc19ac8d40b9c0980e80e62bfef56ca4c3f17 (diff) | |
download | ports-5d1b1b8426d956b0e446cc2e78c06aa36ca37e64.tar.gz ports-5d1b1b8426d956b0e446cc2e78c06aa36ca37e64.zip |
Notes
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 000000000000..158e6a9abf77 --- /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 000000000000..7f66eeefbc99 --- /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 000000000000..43c1141ccfa5 --- /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 000000000000..f993cb911982 --- /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 000000000000..02521dde354b --- /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 |