diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:43:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:43:30 +0000 |
commit | b0fe19f6fbf11933c5f9c0f6a782941e329ad3f8 (patch) | |
tree | 3cccb87d60fa7a29a83ceb485472fdccc2a159a1 /games/libmt_client | |
parent | 36a3da9086a384f4485690b8a08f2973e6e29206 (diff) | |
download | ports-b0fe19f6fbf11933c5f9c0f6a782941e329ad3f8.tar.gz ports-b0fe19f6fbf11933c5f9c0f6a782941e329ad3f8.zip |
Add libmt_client 0.1.98, client-side library of MaitreTarot, a
Tarot card game.
Approved by: mat(mentor).
Notes
Notes:
svn path=/head/; revision=105384
Diffstat (limited to 'games/libmt_client')
-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 |
4 files changed, 36 insertions, 0 deletions
diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile new file mode 100644 index 000000000000..78d2307ff31a --- /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 000000000000..56f0879ec80b --- /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 000000000000..ef5137fa6b04 --- /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 000000000000..74ebbb3e0227 --- /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 |