From 3a02f4eadcc1fa2da7d7f4459a11fc7e85de01be Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 2 Oct 2006 20:05:20 +0000 Subject: Imported fruit. Fruit is a chess engine. If you seek maximum playing strength, Fruit is your choice! Fruit is vice world computer chess champion 2005 and one of the strongest chess programs in the world. Fruit has a unique playing style, making it a good addition to any chess-engine collection. Fruit comes with a customised opening book and has many features which make it interesting especially for the engine enthusiast and serious correspondence player. --- games/fruit/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 games/fruit/Makefile (limited to 'games/fruit/Makefile') diff --git a/games/fruit/Makefile b/games/fruit/Makefile new file mode 100644 index 00000000000..288edab14e4 --- /dev/null +++ b/games/fruit/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/10/02 20:05:20 rillig Exp $ +# + +DISTNAME= fruit_21_linux +PKGNAME= fruit-2.1 +CATEGORIES= games +MASTER_SITES= http://arctrix.com/nas/fruit/ +EXTRACT_SUFX= .zip + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://arctrix.com/nas/fruit/ +COMMENT= Chess playing engine + +BUILD_DIRS= src +USE_LANGUAGES= c++ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/fruit ${PREFIX}/bin/fruit + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3