# $Id: Portfile,v 1.2 2004/01/03 16:15:45 olegb Exp $

PortSystem 1.0
name		xmahjongg
version		3.6.1
categories	games
maintainers	kranki2@earthlink.net
description	X graphical mahjongg solitaire game
long_description	\
	xmahjongg is a graphical solitaire game based on the Chinese game, \
	Mah Jongg.
homepage	http://www.lcdf.org/~eddietwo/xmahjongg
platforms	darwin
master_sites	${homepage}
checksums	md5 d8367caefbdae8e10c48593d17c342ae
depends_lib	lib:libX11.6:XFree86 lib:libfreetype.6:freetype

variant darwin {
	pre-configure {
		file copy -force /usr/share/libtool/config.guess ${worksrcpath}/  
		file copy -force /usr/share/libtool/config.sub ${worksrcpath}/  
	}
	configure.env	CPPFLAGS=-no-cpp-precomp
}
