# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 github.setup scandum tintin 2.02.42 github.tarball_from archive revision 0 name tintinxx description ncurses-based MUD client with triggers, aliases, colors long_description TinTin++, aka TT++, is a free Mud client for Windows, \ Linux, and Mac OS X. A Windows / Vista port named WinTin++, \ using the PuTTY terminal, is available for those who do not \ use Cygwin (A Linux/Unix emulator for Windows). Besides \ MUDs (which are free online text games), TinTin++ can also \ be used as a client to play MUSH, MUCK, MOO, MU*, or Rogue \ games, which are online text game variants. Connecting to a \ Linux server or a telnet BBS is possible as well. categories net games homepage https://tintin.mudhalla.net license GPL-3 maintainers {gmail.com:intact79 @intactio} \ openmaintainer checksums ${distname}${extract.suffix} \ rmd160 6c48ebf2c896378986feef38825755a720f1bf23 \ sha256 db42ad5b112e62de25307e3f5f8e286652307a6f33fd838118a4a03d0bc5189a \ size 2299778 worksrcdir ${distname}/src depends_lib port:ncurses port:pcre configure.args --includedir=${prefix}/include destroot { xinstall -m 755 ${worksrcpath}/tt++ ${destroot}${prefix}/bin set doc_dest_dir ${destroot}${prefix}/share/doc/tintin++ file mkdir $doc_dest_dir xinstall -m 644 {*}[glob ${workpath}/${distname}/docs/*] $doc_dest_dir }