1 | # $Id: |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name tintinxx |
---|
5 | version 1.99.8 |
---|
6 | categories net games |
---|
7 | platforms darwin |
---|
8 | maintainers eydaimon |
---|
9 | |
---|
10 | description ncurses-based MUD client with triggers, aliases, colors |
---|
11 | |
---|
12 | long_description TinTin++, aka TT++, is a free Mud client for Windows, \ |
---|
13 | Linux, and Mac OS X. A Windows / Vista port named WinTin++, \ |
---|
14 | using the PuTTY terminal, is available for those who do not \ |
---|
15 | use Cygwin (A Linux/Unix emulator for Windows). Besides \ |
---|
16 | MUDs (which are free online text games), TinTin++ can also \ |
---|
17 | be used as a client to play MUSH, MUCK, MOO, MU*, or Rogue \ |
---|
18 | games, which are online text game variants. Connecting to a \ |
---|
19 | Linux server or a telnet BBS is possible as well. |
---|
20 | |
---|
21 | distname tintin-${version} |
---|
22 | worksrcdir tt/src |
---|
23 | homepage http://tintin.sourceforge.net/index.php |
---|
24 | master_sites http://tintin-mud-client.googlecode.com/files |
---|
25 | checksums md5 700314e08d41ef5deb0884bfb17baab8 \ |
---|
26 | sha1 8a59535aa16845ff11d1799e6bb9d2ba65fab9bd \ |
---|
27 | rmd160 a4afce64305cff856a9337d5a257f22c8cf5d63b |
---|
28 | configure.args --includedir=${prefix}/include |
---|
29 | depends_lib port:ncursesw port:pcre |
---|
30 | |
---|
31 | destroot { |
---|
32 | xinstall -m 755 ${worksrcpath}/tt++ ${destroot}${prefix}/bin |
---|
33 | set doc_dest_dir ${destroot}${prefix}/share/doc/tintin++-${version} |
---|
34 | file mkdir -p $doc_dest_dir |
---|
35 | xinstall ${workpath}/tt/docs/tintin19.txt $doc_dest_dir |
---|
36 | } |
---|