diff options
author | thierry <thierry@FreeBSD.org> | 2004-03-27 05:40:25 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-03-27 05:40:25 +0800 |
commit | 825f28369e741a81c9bb6b2914a02ce3f5a0b4ab (patch) | |
tree | 9959b83d73857da6da34c1623b7e6bfae3ed51b5 /games/libmaitretarot | |
parent | cf849b565bf1f69f9765556d803f9674474e6144 (diff) | |
download | freebsd-ports-gnome-825f28369e741a81c9bb6b2914a02ce3f5a0b4ab.tar.gz freebsd-ports-gnome-825f28369e741a81c9bb6b2914a02ce3f5a0b4ab.tar.zst freebsd-ports-gnome-825f28369e741a81c9bb6b2914a02ce3f5a0b4ab.zip |
Add libmaitretarot 0.1.98, core library of MaitreTarot, a Tarot
card game.
Approved by: mat(mentor).
Diffstat (limited to 'games/libmaitretarot')
-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 |
4 files changed, 34 insertions, 0 deletions
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 |