# $Id: Portfile,v 1.2 2004/01/26 22:04:02 mww Exp $

PortSystem 1.0

name		lpairs
version		1.0
categories	games
platforms	darwin
maintainers	mww@opendarwin.org
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	lib:libsdl:libsdl

configure.env	CFLAGS=-I${prefix}/include \
		LDFLAGS=-L${prefix}/lib
configure.args	--disable-sdltest
