summaryrefslogtreecommitdiff
path: root/games/fruit/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-02 20:05:20 +0000
committerrillig <rillig>2006-10-02 20:05:20 +0000
commit3a02f4eadcc1fa2da7d7f4459a11fc7e85de01be (patch)
tree85a089c6e817d978d93ce158d3b88d34d1214a53 /games/fruit/Makefile
parent14a968be1208dc8a6375af46f3d3ca065e8ab872 (diff)
downloadpkgsrc-3a02f4eadcc1fa2da7d7f4459a11fc7e85de01be.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"