summaryrefslogtreecommitdiff
path: root/games/fruit/Makefile
diff options
context:
space:
mode:
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"