diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:40:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:40:25 +0000 |
commit | 17aa94c0a53c69cc7e5da6a0c5f62699155bf5ee (patch) | |
tree | 36248dca537a3cc03ffd3c40fcb056700f3165cf /games | |
parent | Add cardpics and MaitreTarot, a Tarot card game. (diff) |
Add libmaitretarot 0.1.98, core library of MaitreTarot, a Tarot
card game.
Approved by: mat(mentor).
Notes
Notes:
svn path=/head/; revision=105381
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/libmaitretarot/Makefile | 22 | ||||
-rw-r--r-- | games/libmaitretarot/distinfo | 2 | ||||
-rw-r--r-- | games/libmaitretarot/pkg-descr | 6 | ||||
-rw-r--r-- | games/libmaitretarot/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 0eef36bb633d..7869bc56994a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -242,6 +242,7 @@ SUBDIR += lgeneral SUBDIR += lgeneral-data SUBDIR += libggz + SUBDIR += libmaitretarot SUBDIR += libshhcards SUBDIR += lincity SUBDIR += linux-enemyterritory diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile new file mode 100644 index 000000000000..207802cfb63a --- /dev/null +++ b/games/libmaitretarot/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libmaitretarot +# Date created: Sun 7 mar 2004 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= libmaitretarot +PORTVERSION= 0.1.98 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= maitretarot/${PORTNAME}.pkg/${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Core library of MaitreTarot, a Tarot card game + +USE_BZIP2= yes +USE_LIBTOOL= yes +USE_GNOME= glib20 libxml2 lthack +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/games/libmaitretarot/distinfo b/games/libmaitretarot/distinfo new file mode 100644 index 000000000000..5aef4e43dee4 --- /dev/null +++ b/games/libmaitretarot/distinfo @@ -0,0 +1,2 @@ +MD5 (libmaitretarot-0.1.98.tar.bz2) = 439d69c81cb5a33667ab71f47eb2d109 +SIZE (libmaitretarot-0.1.98.tar.bz2) = 158060 diff --git a/games/libmaitretarot/pkg-descr b/games/libmaitretarot/pkg-descr new file mode 100644 index 000000000000..812a46f1d552 --- /dev/null +++ b/games/libmaitretarot/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 core of MaitreTarot. + +WWW: http://www.nongnu.org/maitretarot/ diff --git a/games/libmaitretarot/pkg-plist b/games/libmaitretarot/pkg-plist new file mode 100644 index 000000000000..7ba474c820ce --- /dev/null +++ b/games/libmaitretarot/pkg-plist @@ -0,0 +1,4 @@ +include/maitretarot.h +lib/libmaitretarot.a +lib/libmaitretarot.so +lib/libmaitretarot.so.0 |