diff options
-rw-r--r-- | games/xboard/Makefile | 14 | ||||
-rw-r--r-- | games/xboard/pkg-comment | 1 | ||||
-rw-r--r-- | games/xboard/pkg-descr | 5 | ||||
-rw-r--r-- | games/xboard/pkg-plist | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile new file mode 100644 index 000000000000..7e4cd8e5dfad --- /dev/null +++ b/games/xboard/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xboard +# Version required: 3.2 patchlevel 0 +# Date created: 2 Jan 1995 +# Whom: swallace +# +# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# + +DISTNAME= xboard-3.2.pl0 +MASTER_SITES= ftp://ftp.x.org/contrib/games/ +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +.include <bsd.port.mk> diff --git a/games/xboard/pkg-comment b/games/xboard/pkg-comment new file mode 100644 index 000000000000..e87342a309ce --- /dev/null +++ b/games/xboard/pkg-comment @@ -0,0 +1 @@ +xboard, X user interface for GNU Chess and the Internet Chess Server diff --git a/games/xboard/pkg-descr b/games/xboard/pkg-descr new file mode 100644 index 000000000000..57d3cb1cd091 --- /dev/null +++ b/games/xboard/pkg-descr @@ -0,0 +1,5 @@ +xboard 3.2 + +Xboard is a graphical chessboard that can serve as a user interface for GNU +Chess, for the Internet Chess Server, or for electronic mail correspondence +chess. xboard can also be used by itself. diff --git a/games/xboard/pkg-plist b/games/xboard/pkg-plist new file mode 100644 index 000000000000..74b98d0788ed --- /dev/null +++ b/games/xboard/pkg-plist @@ -0,0 +1,5 @@ +@cwd /usr/local +bin/xboard +bin/cmail +man/man6/xboard.6 +man/man6/cmail.6 |