Comments Broken? Oops. Plus: Tetris!

I guess I forgot to update a few things in my local revision before I commited the last bit of Rollator-BleedingEdge™ here. Comments have been broken for the four days I was off in Nevada. Oops. I goofed.

Here, have a Darwin-Ports compatible Portfile that will build a Mac-SDL native tetris program. It’s cute.

# $Id: Portfile,v 1.0 2003/11/05 18:45:08 shawn Exp $

PortSystem 1.0
name ltris
version 1.0.5
categories games
maintainers shawn@holwegner.com
description SDL-enabled tetris
platforms darwin
master_sites http://ftp1.sourceforge.net/lgames/
checksums md5 0d86cfc181dfb582bceb88fa611a973b
depends_lib lib:libSDL:libsdl
configure.args —prefix=${prefix}—with-highscore-path=${prefix}/share/games/ltris/highscore
configure.env LDFLAGS=”-L${prefix}/lib” CPPFLAGS=”-I${prefix}/include \ -no-cpp-precomp” CFLAGS=”-I${prefix}/include”

That’s it. Of course, it mostly works ‘out of the box’. I’d suggest SDL_mixer be installed as well, if you want audio, but it’s not necessary. :)