Ticket #5345: Portfile

File Portfile, 860 bytes (added by josh_root@…, 19 years ago)

Portfile

Line 
1# $Id:
2PortSystem        1.0
3name              sdlconsole
4version           2.1
5categories        devel multimedia
6maintainers       josh_root@users.sourceforge.net
7description       a Quake-style console for SDL programs
8long_description \
9        SDL_Console is a drop down console that can be easily added to any \
10        SDL application. It is similar to Quake and other games consoles. \
11        A console gives you the ability to interact with your program in an \
12        easy way by executing predefined commands. You can also have more \
13        than one console at a time.
14homepage          http://sdlconsole.sourceforge.net/
15
16master_sites      sourceforge
17checksums       md5 e2936117697a10a17f8e5a58653aed0f \
18                sha1 ac1415d8049286a75c409465245a859c3a243173 \
19                rmd160 67efe2f4c6819b107982a4e6657bf9e58d241f64
20
21depends_lib lib:libSDL:libsdl
22depends_lib lib:libSDL_image:libsdl_image