diff options
author | thierry <thierry@FreeBSD.org> | 2004-03-26 21:43:30 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-03-26 21:43:30 +0000 |
commit | 07c082d7393b652b69e63daa7db095ecee4fd295 (patch) | |
tree | 2912c30d61b521d78564242e47086516d7d3c1fd /games | |
parent | 4f92e21c599873994109a31097b941d3493b3206 (diff) | |
download | FreeBSD-ports-07c082d7393b652b69e63daa7db095ecee4fd295.zip FreeBSD-ports-07c082d7393b652b69e63daa7db095ecee4fd295.tar.gz |
Add libmt_client 0.1.98, client-side library of MaitreTarot, a
Tarot card game.
Approved by: mat(mentor).
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/libmt_client/Makefile | 24 | ||||
-rw-r--r-- | games/libmt_client/distinfo | 2 | ||||
-rw-r--r-- | games/libmt_client/pkg-descr | 6 | ||||
-rw-r--r-- | games/libmt_client/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 547e024..38190d6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -243,6 +243,7 @@ SUBDIR += lgeneral-data SUBDIR += libggz SUBDIR += libmaitretarot + SUBDIR += libmt_client SUBDIR += libshhcards SUBDIR += lincity SUBDIR += linux-enemyterritory diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile new file mode 100644 index 0000000..78d2307 --- /dev/null +++ b/games/libmt_client/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libmt_client +# Date created: Sun 7 mar 2004 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= libmt_client +PORTVERSION= 0.1.98 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= maitretarot/${PORTNAME}.pkg/${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Client-side library of MaitreTarot, a Tarot card game + +LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot + +USE_BZIP2= yes +USE_LIBTOOL= yes +USE_GNOME= glib20 libxml2 lthack +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/games/libmt_client/distinfo b/games/libmt_client/distinfo new file mode 100644 index 0000000..56f0879 --- /dev/null +++ b/games/libmt_client/distinfo @@ -0,0 +1,2 @@ +MD5 (libmt_client-0.1.98.tar.bz2) = 3861c984a0321feac563f8353d8fdc93 +SIZE (libmt_client-0.1.98.tar.bz2) = 146319 diff --git a/games/libmt_client/pkg-descr b/games/libmt_client/pkg-descr new file mode 100644 index 0000000..ef5137f --- /dev/null +++ b/games/libmt_client/pkg-descr @@ -0,0 +1,6 @@ +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 library is the client side of MaitreTarot. + +WWW: http://www.nongnu.org/maitretarot/ diff --git a/games/libmt_client/pkg-plist b/games/libmt_client/pkg-plist new file mode 100644 index 0000000..74ebbb3 --- /dev/null +++ b/games/libmt_client/pkg-plist @@ -0,0 +1,4 @@ +include/mt_client.h +lib/libmt_client.a +lib/libmt_client.so +lib/libmt_client.so.0 |