diff options
author | markp <markp@FreeBSD.org> | 2003-02-15 23:12:59 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-02-15 23:12:59 +0800 |
commit | 64ee56f046c9ea20d462d54e95ac6ce589c5c97d (patch) | |
tree | 72bc8a5221be235d68b8290c2479d8d47a6a3422 /games | |
parent | ab84b33adb7f5e0f1e49e1dd299d81245883f9e1 (diff) | |
download | freebsd-ports-gnome-64ee56f046c9ea20d462d54e95ac6ce589c5c97d.tar.gz freebsd-ports-gnome-64ee56f046c9ea20d462d54e95ac6ce589c5c97d.tar.zst freebsd-ports-gnome-64ee56f046c9ea20d462d54e95ac6ce589c5c97d.zip |
Add amy 0.8.2, a chess program for playing and analyzing games.
PR: 47672
Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/amy/Makefile | 32 | ||||
-rw-r--r-- | games/amy/distinfo | 2 | ||||
-rw-r--r-- | games/amy/pkg-descr | 9 | ||||
-rw-r--r-- | games/amy/pkg-plist | 6 |
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 |