summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/grhino/DESCR8
-rw-r--r--games/grhino/Makefile16
-rw-r--r--games/grhino/PLIST14
-rw-r--r--games/grhino/distinfo6
-rw-r--r--games/grhino/patches/patch-aa13
-rw-r--r--games/grhino/patches/patch-ab13
6 files changed, 70 insertions, 0 deletions
diff --git a/games/grhino/DESCR b/games/grhino/DESCR
new file mode 100644
index 00000000000..d9f8089da5f
--- /dev/null
+++ b/games/grhino/DESCR
@@ -0,0 +1,8 @@
+GRhino, or Rhino its former name, is an Othello/Reversi game.
+
+What distinguish GRhino from most other Othello games is that
+GRhino will be targeted for experienced Othello players.
+Strong AI is the main focus with some additional good, useful
+features (like an endgame solver) is planned. The ultimate
+target strength of the AI is that it should be able to beat
+the best human player at the highest difficulty level.
diff --git a/games/grhino/Makefile b/games/grhino/Makefile
new file mode 100644
index 00000000000..187b359b8b4
--- /dev/null
+++ b/games/grhino/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $
+#
+
+DISTNAME= grhino-0.7.0
+CATEGORIES= games
+MASTER_SITES= http://ftp1.sourceforge.net/rhino/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://rhino.sourceforge.net/
+COMMENT= Othello (Reversi) engine
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+.include "../../x11/gnome-libs/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/grhino/PLIST b/games/grhino/PLIST
new file mode 100644
index 00000000000..33483ae0982
--- /dev/null
+++ b/games/grhino/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $
+bin/grhino
+share/${PKGNAME}/book.bin
+share/${PKGNAME}/corner5x2.bin
+share/${PKGNAME}/diag1.bin
+share/${PKGNAME}/diag2.bin
+share/${PKGNAME}/diag3.bin
+share/${PKGNAME}/diag4.bin
+share/${PKGNAME}/diag5.bin
+share/${PKGNAME}/row1.bin
+share/${PKGNAME}/row2.bin
+share/${PKGNAME}/row3.bin
+share/${PKGNAME}/row4.bin
+@dirrm share/${PKGNAME}
diff --git a/games/grhino/distinfo b/games/grhino/distinfo
new file mode 100644
index 00000000000..5a967da7940
--- /dev/null
+++ b/games/grhino/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $
+
+SHA1 (grhino-0.7.0.tar.gz) = 5d6a8896b333333f5befff7598f9b645b96df2d7
+Size (grhino-0.7.0.tar.gz) = 1174234 bytes
+SHA1 (patch-aa) = 5c4d57ec2bc6421cd4bd83e5b2dcc9dd75a96d14
+SHA1 (patch-ab) = 4424b1266030a5326e27356b757621aeea59353b
diff --git a/games/grhino/patches/patch-aa b/games/grhino/patches/patch-aa
new file mode 100644
index 00000000000..6411db211f9
--- /dev/null
+++ b/games/grhino/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $
+
+--- Makefile.in.orig Tue Sep 24 16:30:09 2002
++++ Makefile.in
+@@ -43,7 +43,7 @@ docdir = @docdir@
+ etcdir = @sysconfdir@
+ localedir = @datadir@/locale
+
+-pattern_dir = ${libdir}/${PACKAGE}-${VERSION}
++pattern_dir = @datadir@/${PACKAGE}-${VERSION}
+
+ CC = @CC@
+ CXX = @CXX@
diff --git a/games/grhino/patches/patch-ab b/games/grhino/patches/patch-ab
new file mode 100644
index 00000000000..ce600ebc766
--- /dev/null
+++ b/games/grhino/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/12/09 19:29:48 wiz Exp $
+
+--- ad.prepend.orig Tue Sep 24 16:30:09 2002
++++ ad.prepend
+@@ -40,7 +40,7 @@ docdir = @docdir@
+ etcdir = @sysconfdir@
+ localedir = @datadir@/locale
+
+-pattern_dir = ${libdir}/${PACKAGE}-${VERSION}
++pattern_dir = @datadir@/${PACKAGE}-${VERSION}
+
+ CC = @CC@
+ CXX = @CXX@