diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:41:43 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:41:43 +0000 |
commit | 57cf2f8f9b76fa1a38a63716fc9b2bc24d8b6a09 (patch) | |
tree | 7f4a6f9e4906a591168e5cf281a6c55144ed5e84 /games/maitretarot | |
parent | 17aa94c0a53c69cc7e5da6a0c5f62699155bf5ee (diff) | |
download | ports-57cf2f8f9b76fa1a38a63716fc9b2bc24d8b6a09.tar.gz ports-57cf2f8f9b76fa1a38a63716fc9b2bc24d8b6a09.zip |
Add maitretarot 0.1.98, server side of MaitreTarot, a Tarot card
game.
Approved by: mat(mentor).
Notes
Notes:
svn path=/head/; revision=105382
Diffstat (limited to 'games/maitretarot')
-rw-r--r-- | games/maitretarot/Makefile | 27 | ||||
-rw-r--r-- | games/maitretarot/distinfo | 2 | ||||
-rw-r--r-- | games/maitretarot/pkg-descr | 8 |
3 files changed, 37 insertions, 0 deletions
diff --git a/games/maitretarot/Makefile b/games/maitretarot/Makefile new file mode 100644 index 000000000000..b18e699d9f68 --- /dev/null +++ b/games/maitretarot/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: maitretarot +# Date created: Sun 7 mar 2004 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= maitretarot +PORTVERSION= 0.1.98 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Server side of MaitreTarot, a Tarot card game + +LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= glib20 libxml2 + +CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/maitretarotrc.xml + +PLIST_FILES= bin/maitretarot_server + +.include <bsd.port.mk> diff --git a/games/maitretarot/distinfo b/games/maitretarot/distinfo new file mode 100644 index 000000000000..2f560302cbf8 --- /dev/null +++ b/games/maitretarot/distinfo @@ -0,0 +1,2 @@ +MD5 (maitretarot-0.1.98.tar.bz2) = e59e7dd855b705b006b7cdaf3871325f +SIZE (maitretarot-0.1.98.tar.bz2) = 92050 diff --git a/games/maitretarot/pkg-descr b/games/maitretarot/pkg-descr new file mode 100644 index 000000000000..69266ea9fc57 --- /dev/null +++ b/games/maitretarot/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 the server side of the game. + +Check the port games/mt_gtk_client for a GTK+ client. + +WWW: http://www.nongnu.org/maitretarot/ |