diff options
author | thierry <thierry@FreeBSD.org> | 2004-03-27 05:41:43 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-03-27 05:41:43 +0800 |
commit | a63ddc9c89aa0a6c18c35a280c1403a7691d5214 (patch) | |
tree | 6ce7b9c5cbb0f84b2a0f6b2ab2ea384a03f21360 | |
parent | 825f28369e741a81c9bb6b2914a02ce3f5a0b4ab (diff) | |
download | freebsd-ports-gnome-a63ddc9c89aa0a6c18c35a280c1403a7691d5214.tar.gz freebsd-ports-gnome-a63ddc9c89aa0a6c18c35a280c1403a7691d5214.tar.zst freebsd-ports-gnome-a63ddc9c89aa0a6c18c35a280c1403a7691d5214.zip |
Add maitretarot 0.1.98, server side of MaitreTarot, a Tarot card
game.
Approved by: mat(mentor).
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/maitretarot/Makefile | 27 | ||||
-rw-r--r-- | games/maitretarot/distinfo | 2 | ||||
-rw-r--r-- | games/maitretarot/pkg-descr | 8 |
4 files changed, 38 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 7869bc56994a..547e02407304 100644 --- a/games/Makefile +++ b/games/Makefile @@ -257,6 +257,7 @@ SUBDIR += maelstrom SUBDIR += magiccube4d SUBDIR += mahjong + SUBDIR += maitretarot SUBDIR += mangband SUBDIR += marathon-evil SUBDIR += marbles 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/ |