# $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp@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	port:libsdl

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