Add abridge 0.4.0, a bridge game.
PR: 52423 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
This commit is contained in:
parent
7fea6e110f
commit
51bfd00f8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82137
@ -9,6 +9,7 @@
|
||||
SUBDIR += CaribbeanStud
|
||||
SUBDIR += HeroesOfMightAndMagic
|
||||
SUBDIR += KnightCap
|
||||
SUBDIR += abridge
|
||||
SUBDIR += abuse
|
||||
SUBDIR += abuse_sdl
|
||||
SUBDIR += acm
|
||||
|
21
games/abridge/Makefile
Normal file
21
games/abridge/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: abridge
|
||||
# Date created: 19.05.2003
|
||||
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= abridge
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.abridgegame.org/src/
|
||||
|
||||
MAINTAINER= Janos.Mohacsi@bsd.hu
|
||||
COMMENT= Bridge game
|
||||
|
||||
LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= abridge.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/abridge/distinfo
Normal file
1
games/abridge/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (abridge-0.4.0.tar.gz) = f02c5d4f726ca847e9aba39706bb67e9
|
12
games/abridge/pkg-descr
Normal file
12
games/abridge/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Bridge is a bridge game that allows you to play bridge online with other
|
||||
real people. It is currently available for UNIX (including linux),
|
||||
Microsoft Windows and MacOS X. On all platforms, aBridge supports speech
|
||||
synthesis, allowing you to choose listen to the bids and chat conversation
|
||||
rather than simply gazing at the screen waiting for someone to play.
|
||||
aBridge also has some rudimentary bots, for when other players aren't
|
||||
online, but their AI is pretty pathetic, and they are in need of a
|
||||
complete rewrite.
|
||||
|
||||
WWW: http://www.abridgegame.org/
|
||||
|
||||
Janos.Mohacsi@bsd.hu
|
1
games/abridge/pkg-plist
Normal file
1
games/abridge/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/abridge
|
Loading…
Reference in New Issue
Block a user