mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
GNU Backgammon 0.13.0.
Very famous game. PR: 53208 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
This commit is contained in:
parent
663b76d9fb
commit
cc273a746f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85726
@ -137,6 +137,7 @@
|
||||
SUBDIR += gnomememoryblocks
|
||||
SUBDIR += gnomermind
|
||||
SUBDIR += gnomoku
|
||||
SUBDIR += gnubg
|
||||
SUBDIR += gnuchess
|
||||
SUBDIR += gnugo
|
||||
SUBDIR += gnurobots
|
||||
|
49
games/gnubg/Makefile
Normal file
49
games/gnubg/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New ports collection makefile for: GNU Backgammon
|
||||
# Date created: 8 Dec 2002
|
||||
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnubg
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/gnubg/
|
||||
DISTFILES= ${DISTNAME}.tar.gz \
|
||||
gnubg.weights-${GNUBG_WEIGHTS_VERSION}.gz \
|
||||
gnubg_ts0.bd.gz gnubg_os0.bd.gz
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
||||
MAINTAINER= kaoru@kaisei.org
|
||||
COMMENT= GNU Backgammon
|
||||
|
||||
MAN6= gnubg.6
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
WANT_ESOUND= yes
|
||||
|
||||
.if defined(HAVE_ESOUND)
|
||||
CONFIGURE_ARGS += --with-esound
|
||||
.else
|
||||
CONFIGURE_ARGS += --without-esound
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NAS)
|
||||
CONFIGURE_ARGS += --enable-nas
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GUILE)
|
||||
CONFIGURE_ARGS += --with-guile
|
||||
.endif
|
||||
|
||||
GNUBG_WEIGHTS_VERSION=0.13b
|
||||
|
||||
do-patch:
|
||||
${GUNZIP_CMD} --stdout ${DISTDIR}/${DIST_SUBDIR}/gnubg_ts0.bd.gz > ${WRKSRC}/gnubg_ts0.bd
|
||||
${GUNZIP_CMD} --stdout ${DISTDIR}/${DIST_SUBDIR}/gnubg_os0.bd.gz > ${WRKSRC}/gnubg_os0.bd
|
||||
${GUNZIP_CMD} --stdout ${DISTDIR}/${DIST_SUBDIR}/gnubg.weights-${GNUBG_WEIGHTS_VERSION}.gz > ${WRKSRC}/gnubg.weights
|
||||
|
||||
.include <bsd.port.mk>
|
4
games/gnubg/distinfo
Normal file
4
games/gnubg/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (gnubg/gnubg-0.13.0.tar.gz) = 91db5727b6589dbfd410e6ce1683fa95
|
||||
MD5 (gnubg/gnubg.weights-0.13b.gz) = b8ab016c1d948a32830952ba6e368947
|
||||
MD5 (gnubg/gnubg_ts0.bd.gz) = 97783d786411349ec61b3c87de9751e6
|
||||
MD5 (gnubg/gnubg_os0.bd.gz) = c06712f11cd1789722aaf5a3c7655664
|
7
games/gnubg/pkg-descr
Normal file
7
games/gnubg/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
GNU Backgammon (gnubg) is for playing and analysing backgammon
|
||||
positions, games and matches. It's based on a neural
|
||||
network. Though it already plays on a very high level, it's still
|
||||
work in progress. You may play GNU Backgammon using the command
|
||||
line or a graphical interface (based on GTK+).
|
||||
|
||||
WWW: http://www.gnu.org/software/gnubg/gnubg.html
|
32
games/gnubg/pkg-plist
Normal file
32
games/gnubg/pkg-plist
Normal file
@ -0,0 +1,32 @@
|
||||
bin/gnubg
|
||||
bin/makebearoff
|
||||
share/gnubg/gnubg.gtkrc
|
||||
share/gnubg/gnubg.wd
|
||||
share/gnubg/gnubg_os0.bd
|
||||
share/gnubg/gnubg_ts0.bd
|
||||
share/gnubg/boards.xml
|
||||
share/gnubg/met/catalog
|
||||
share/gnubg/met/jacobs.xml
|
||||
share/gnubg/met/met.dtd
|
||||
share/gnubg/met/met.xsl
|
||||
share/gnubg/met/snowie.xml
|
||||
share/gnubg/met/woolsey.xml
|
||||
share/gnubg/met/zadeh.xml
|
||||
share/gnubg/sounds/chequer.wav
|
||||
share/gnubg/sounds/dance.wav
|
||||
share/gnubg/sounds/double.wav
|
||||
share/gnubg/sounds/drop.wav
|
||||
share/gnubg/sounds/fanfare.wav
|
||||
share/gnubg/sounds/gameover.wav
|
||||
share/gnubg/sounds/haere-ra.wav
|
||||
share/gnubg/sounds/matchover.wav
|
||||
share/gnubg/sounds/move.wav
|
||||
share/gnubg/sounds/resign.wav
|
||||
share/gnubg/sounds/roll.wav
|
||||
share/gnubg/sounds/take.wav
|
||||
@dirrm share/gnubg/met
|
||||
@dirrm share/gnubg/sounds
|
||||
@dirrm share/gnubg
|
||||
share/locale/da/LC_MESSAGES/gnubg.mo
|
||||
share/locale/de/LC_MESSAGES/gnubg.mo
|
||||
share/locale/ja/LC_MESSAGES/gnubg.mo
|
Loading…
Reference in New Issue
Block a user