# $Id: Portfile 58210 2009-09-24 06:56:08Z ryandesign@macports.org $

PortSystem 1.0

name		lpairs
version		1.0
categories	games
platforms	darwin
maintainers	nomaintainer
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:lgames
checksums	md5 600d05861abeaecb0764998ff091eb6c

depends_lib	path:lib/pkgconfig/sdl.pc:libsdl

configure.cflags-append	"-I${prefix}/include"
configure.args	--disable-sdltest
