diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:44:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:44:50 +0000 |
commit | c4cf35ec0d8843735be8fd7a72ae88c42869fe91 (patch) | |
tree | 1cba08a1642349db235066c3f5d3799e9b510af8 /games/mt_dolphin_ia | |
parent | b0fe19f6fbf11933c5f9c0f6a782941e329ad3f8 (diff) |
Add mt_dolphin_ia 0.1.98, a basic AI for MaitreTarot, a Tarot card
game.
Approved by: mat(mentor).
Notes
Notes:
svn path=/head/; revision=105385
Diffstat (limited to 'games/mt_dolphin_ia')
-rw-r--r-- | games/mt_dolphin_ia/Makefile | 28 | ||||
-rw-r--r-- | games/mt_dolphin_ia/distinfo | 2 | ||||
-rw-r--r-- | games/mt_dolphin_ia/pkg-descr | 8 |
3 files changed, 38 insertions, 0 deletions
diff --git a/games/mt_dolphin_ia/Makefile b/games/mt_dolphin_ia/Makefile new file mode 100644 index 000000000000..c185fc0fd4fc --- /dev/null +++ b/games/mt_dolphin_ia/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: mt_dolphin_ia +# Date created: Sun 7 mar 2004 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= mt_dolphin_ia +PORTVERSION= 0.1.98 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= maitretarot/${PORTNAME}.pkg/${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= A basic AI for MaitreTarot, a Tarot card game + +LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= glib20 libxml2 + +CONFIGURE_ARGS= --with-libmt_client=${LOCALBASE} \ + --with-libmaitretarot=${LOCALBASE} + +PLIST_FILES= bin/mt_dolphin_ia + +.include <bsd.port.mk> diff --git a/games/mt_dolphin_ia/distinfo b/games/mt_dolphin_ia/distinfo new file mode 100644 index 000000000000..e3ac45f4a1c7 --- /dev/null +++ b/games/mt_dolphin_ia/distinfo @@ -0,0 +1,2 @@ +MD5 (mt_dolphin_ia-0.1.98.tar.bz2) = 8320756d8c3b50347eb1b2c790907925 +SIZE (mt_dolphin_ia-0.1.98.tar.bz2) = 92625 diff --git a/games/mt_dolphin_ia/pkg-descr b/games/mt_dolphin_ia/pkg-descr new file mode 100644 index 000000000000..b6b05ad65cdb --- /dev/null +++ b/games/mt_dolphin_ia/pkg-descr @@ -0,0 +1,8 @@ +MaitreTarot is a Tarot card game. Understand a game like freecell or +poker, nothing to do with astrology. Tarot is rather a French game. + +This is a basic AI to play against your machine. + +Check the port games/mt_gtk_client for a GTK+ client. + +WWW: http://www.nongnu.org/maitretarot/ |