summaryrefslogtreecommitdiff
path: root/games/fruit/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-02 20:05:20 +0000
committerrillig <rillig@pkgsrc.org>2006-10-02 20:05:20 +0000
commitc86cc7ec0fa818a7bd15482c6372778cbae0b9be (patch)
tree85a089c6e817d978d93ce158d3b88d34d1214a53 /games/fruit/Makefile
parent9690d812c3c9863bb3608c43a2f9d54cb5003be9 (diff)
downloadpkgsrc-c86cc7ec0fa818a7bd15482c6372778cbae0b9be.tar.gz
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.
Diffstat (limited to 'games/fruit/Makefile')
-rw-r--r--games/fruit/Makefile20
1 files changed, 20 insertions, 0 deletions
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"