# $Id: 

PortSystem 1.0
name              sdlconsole
version           2.1
categories        devel multimedia
maintainers       josh_root@users.sourceforge.net
description       a Quake-style console for SDL programs
long_description \
	SDL_Console is a drop down console that can be easily added to any \
	SDL application. It is similar to Quake and other games consoles. \
	A console gives you the ability to interact with your program in an \
	easy way by executing predefined commands. You can also have more \
	than one console at a time.
homepage          http://sdlconsole.sourceforge.net/

master_sites      sourceforge
checksums    	md5 e2936117697a10a17f8e5a58653aed0f
#		sha1 ac1415d8049286a75c409465245a859c3a243173 \
#		rmd160 67efe2f4c6819b107982a4e6657bf9e58d241f64

depends_lib port:libsdl port:libsdl_image

configure.args	--with-sdl-prefix=${prefix} --disable-sdltest

platform darwin 8 {
	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
