summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-15 15:12:59 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-15 15:12:59 +0000
commita255bd6e634663cdf7c0ac0c38058e357edf907c (patch)
treeb2a54713c10367fe13c2c786b5587683722491d0 /games
parentthemes.org has moved to freshmeat. (diff)
Add amy 0.8.2, a chess program for playing and analyzing games.
PR: 47672 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Notes
Notes: svn path=/head/; revision=75579
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/amy/Makefile32
-rw-r--r--games/amy/distinfo2
-rw-r--r--games/amy/pkg-descr9
-rw-r--r--games/amy/pkg-plist6
5 files changed, 50 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index d96f1cd9822e..f84c31274429 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -20,6 +20,7 @@
SUBDIR += alephone
SUBDIR += alephone-data
SUBDIR += amphetamine
+ SUBDIR += amy
SUBDIR += an
SUBDIR += angband
SUBDIR += antipolix
diff --git a/games/amy/Makefile b/games/amy/Makefile
new file mode 100644
index 000000000000..6036f4af4e0b
--- /dev/null
+++ b/games/amy/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: amy
+# Date created: 30 Jan 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= amy
+PORTVERSION= 0.8.2
+CATEGORIES= games
+MASTER_SITES= http://www.stethojupi.de/
+DISTFILES= amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2
+EXTRACT_ONLY= amy-${PORTVERSION}.tar.gz
+
+MAINTAINER= thorsten.greiner@web.de
+COMMENT= A chess program for playing and analyzing games
+
+LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install
+
+HAS_CONFIGURE= yes
+
+post-extract:
+ ${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \
+ ${WRKSRC}/PGN/ClassicGames.pgn
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/amy/distinfo b/games/amy/distinfo
new file mode 100644
index 000000000000..314e4507c0f1
--- /dev/null
+++ b/games/amy/distinfo
@@ -0,0 +1,2 @@
+MD5 (amy-0.8.2.tar.gz) = 52aa891abac2245ac88df9b793cb4462
+MD5 (ClassicGames.pgn.bz2) = 87a741347572c2f616e5228bdd0e637b
diff --git a/games/amy/pkg-descr b/games/amy/pkg-descr
new file mode 100644
index 000000000000..e305e2361eb3
--- /dev/null
+++ b/games/amy/pkg-descr
@@ -0,0 +1,9 @@
+A chess program for playing and analyzing games. Amy comes complete with
+an opening book build from about 12000 master games. Please read the
+README file to find out how build your own book or use endgame tablebases.
+
+The user interface is command line based. For a graphical user interface
+install xboard (xboard) and use the '-fcp Amy' switch to play
+against Amy.
+
+WWW: http://www.stethojupi.de/software.html
diff --git a/games/amy/pkg-plist b/games/amy/pkg-plist
new file mode 100644
index 000000000000..ad11f624ae8f
--- /dev/null
+++ b/games/amy/pkg-plist
@@ -0,0 +1,6 @@
+bin/Amy
+share/amy/Book.db
+share/amy/Eco.db
+@dirrm share/amy
+%%PORTDOCS%%share/doc/amy/README
+%%PORTDOCS%%@dirrm share/doc/amy