summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-03-26 21:44:50 +0000
committerthierry <thierry@FreeBSD.org>2004-03-26 21:44:50 +0000
commit1f50e26f2645453d492053fa705a6ca6e9661c66 (patch)
tree1e0b38234aa6f3fa1260ac1e5fef49edcf23b30d /games
parent07c082d7393b652b69e63daa7db095ecee4fd295 (diff)
downloadFreeBSD-ports-1f50e26f2645453d492053fa705a6ca6e9661c66.zip
FreeBSD-ports-1f50e26f2645453d492053fa705a6ca6e9661c66.tar.gz
Add mt_dolphin_ia 0.1.98, a basic AI for MaitreTarot, a Tarot card
game. Approved by: mat(mentor).
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/mt_dolphin_ia/Makefile28
-rw-r--r--games/mt_dolphin_ia/distinfo2
-rw-r--r--games/mt_dolphin_ia/pkg-descr8
4 files changed, 39 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 38190d6..f83b716 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 0000000..c185fc0
--- /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 0000000..e3ac45f
--- /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 0000000..b6b05ad
--- /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/
OpenPOWER on IntegriCloud