From c4cf35ec0d8843735be8fd7a72ae88c42869fe91 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Fri, 26 Mar 2004 21:44:50 +0000 Subject: [PATCH] Add mt_dolphin_ia 0.1.98, a basic AI for MaitreTarot, a Tarot card game. Approved by: mat(mentor). --- games/Makefile | 1 + games/mt_dolphin_ia/Makefile | 28 ++++++++++++++++++++++++++++ games/mt_dolphin_ia/distinfo | 2 ++ games/mt_dolphin_ia/pkg-descr | 8 ++++++++ 4 files changed, 39 insertions(+) create mode 100644 games/mt_dolphin_ia/Makefile create mode 100644 games/mt_dolphin_ia/distinfo create mode 100644 games/mt_dolphin_ia/pkg-descr diff --git a/games/Makefile b/games/Makefile index 38190d696391..f83b716ac75c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -273,6 +273,7 @@ SUBDIR += moon-buggy SUBDIR += moonlander SUBDIR += moria + SUBDIR += mt_dolphin_ia SUBDIR += mvdsv SUBDIR += mythserver SUBDIR += nInvaders 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 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/