# -*- 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
# $Id: Portfile 86631 2011-10-30 12:18:41Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           app 1.0

name                lpairs
version             1.0.4
categories          games
platforms           darwin
maintainers         nomaintainer
license             GPL-2+

description         Classical memory game.

long_description    LPairs is a classical memory game. This means you have \
                    to find pairs of identical cards which will then be \
                    removed. Your time and tries needed will be counted \
                    but there is no highscore chart or limit to this.

homepage            http://lgames.sourceforge.net/index.php?project=LPairs
master_sites        sourceforge:project/lgames/lpairs

checksums           rmd160  ca4a23bc536dba7da625eb3485258381de003c5d \
                    sha256  350237a51a5de6b2a557af687b4f16678056a0e8d8d96d7e395f6629481462c5

depends_lib         port:gettext \
                    path:lib/pkgconfig/sdl.pc:libsdl

configure.args      --disable-sdltest

configure.libs      -lintl

app.name            LPairs
app.icon            lpairs.png
app.identifier      net.sourceforge.lgames.${app.name}
