# $Id: Portfile,v 1.10 2005/03/13 22:03:05 toby Exp $

PortSystem 1.0
name		netris
version		0.52
categories	games
maintainers	kevin@opendarwin.org
description	networked tetris on the console
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
}
