# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                mindless
version             1.6
revision            1
categories          games
license             GPL
maintainers         nomaintainer

description         Play collectable card games against other player
long_description    \
    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.

homepage            http://mindless.sourceforge.net/
platforms           darwin
master_sites        sourceforge:project/mindless/mindless/${version}/

checksums           rmd160  e653318bcedb111db021cb5140aea7b95b351c8f \
                    sha256  1f3c413f6ef96ce380392a39151b5761a8c2a67249402bf02fc582f3d7837eff \
                    size    85620

depends_build       port:pkgconfig
depends_lib         path:lib/pkgconfig/gtk+-2.0.pc:gtk2 path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2

use_configure       no

build.args-append   CC=${configure.cc}

destroot { xinstall ${worksrcpath}/mindless ${destroot}${prefix}/bin/ }
