# $Id: Portfile 56208 2009-08-25 09:14:00Z ryandesign@macports.org $

PortSystem 1.0
name		netris
version		0.52
categories	games
maintainers	nomaintainer
description	networked tetris on the console
long_description	${description}
platforms	darwin
master_sites	ftp://ftp.netris.org/pub/netris/
checksums	md5 b55af5697175ee06f7c6e40101979c38

configure.cmd	./Configure
configure.pre_args

destroot {
	xinstall -m 0555 ${worksrcpath}/netris ${destroot}${prefix}/bin
	xinstall -m 0555 ${worksrcpath}/sr ${destroot}${prefix}/bin
}
