I’m seeing the same thing. I’m going to try and compile it and I’ll report back.
Edit:
So much has changed since .6. I can’t compile anything due to gettext. I am also on mountain lion. No time to deal with this tonight but I hope someone gives the mac client some love
The “-L” and “-I” directories will probably need to change slightly for others. The key was to manually link to libncurses, libintl, and the Frameworks. Note that I used brew to install gettext, sdl, and sdl_ttf. If you used the instructions from the website to install the SDL framework, add FRAMEWORKS=1 and remove the sdl directories from LDFLAGS. Just thought I would share so that other Mac users can get playing. I didn’t try TILES=1. I removed FRAMEWORKS=1 since I used brew to install SDL.