the Fink project is an effort to port
popular Unix programs to Mac OS X
# Initial Data
Package: mindless
Version: 1.5
Revision: 1004
Description: Play CCG against other player
License: GPL
Maintainer: Marco Bonetti
# Dependencies
Depends: gtk+2-shlibs (>= 2.12.0-1), glib2-shlibs (>= 2.14.0-1), atk1-shlibs (>= 1.20.0-1), x11, pango1-xft2-ft219-shlibs (>= 1.18.4-4), libiconv, libgettext3-shlibs, mindless-data
BuildDepends: glitz, expat1, libpng3, cairo (>= 1.6-1), fontconfig2-dev (>= 2.4.1-1), freetype219 (>= 2.3.5-1), gtk+2-dev (>= 2.12.0-1), glib2-dev (>= 2.14.0-1), atk1 (>= 1.20.0-1), x11-dev, pango1-xft2-ft219-dev (>= 1.18.4-4), pixman (>= 0.10.0-1), libiconv-dev, libgettext3-dev, gettext-tools, gettext-bin, pkgconfig (>= 0.21-1), xft2-dev, fink (>= 0.24.12-1)
# Unpack Phase
Source: mirror:sourceforge:/%n/%n-%v.tar.gz
Source-MD5: 12bf8d05e2721086bd704253cd926a3f
# PatchFile Phase
PatchFile: %n.patch
PatchFile-MD5: caa33e9d9c1b2f6b6d2c4b7b53156ee3
# Compile Phase
CompileScript: make PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
# Install Phase
InstallScript: <<
#!/bin/sh -ev
/usr/bin/install -d -m 755 %i/bin
/usr/bin/install -c -p -m 755 %n %i/bin/
<<
DocFiles: CHANGES README TODO COPYING
# Additional Data
Homepage: http://mindless.sourceforge.net/
DescDetail: <<
Mindless Automaton is a virtual tabletop on which you can play card games
against other people over a network. It was designed to simulate the
Magic: The Gathering(R) game, but it can be expanded to simulate other games.
Mindless Automaton was very, very inspired by the popular Windows program
Apprentice.
<<
DescUsage: <<
The first time you run Mindless Automaton, you will be asked to load a magic
card database. This could be two kind of file:
+ a cardinfo.dat
+ an Oracle Cards Reference
The first one is the same file used by Apprentice to store card information.
You can get it from an Apprentice installation or from any electronic
tournament site like e-league (http://www.e-league.com/).
The second one is the card reference list provided by Wizards Of The Coast,
you can find the text version under the DCI section of the official website
(http://www.wizards.com/default.asp?x=dci/oracle) or from Mindless Automaton
web site (http://mindless.sourceforge.net/). Always remember to use the Text
version and not the Word Doc.
Fink will provide you the latest Magic: The Gathering Oracle Card Reference,
it is installed under /sw/share/mindless/oracle.txt
However you can play with different CCGs downloading new card references.
<<
diff -urN mindless-1.5/COPYING mindless-1.5-fink/COPYING
--- mindless-1.5/COPYING Thu Jan 1 01:00:00 1970
+++ mindless-1.5-fink/COPYING Wed Nov 3 19:10:45 2004
@@ -0,0 +1,4 @@
+Copyright (c) 1999 Salvatore Valente
+
+This program is free software. You can modify and distribute it under
+the terms of the GNU General Public License. There is no warranty.