Ticket #22155: Portfile

File Portfile, 1.6 KB (added by nefar@…, 14 years ago)

with email obfuscated.

Line 
1# $Id:
2
3PortSystem 1.0
4name                tintinxx
5version             1.99.8
6categories          net games
7platforms           darwin
8maintainers         eydaimon
9
10description         ncurses-based MUD client with triggers, aliases, colors
11
12long_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
21distname            tintin-${version}
22worksrcdir          tt/src
23homepage            http://tintin.sourceforge.net/index.php
24master_sites        http://tintin-mud-client.googlecode.com/files
25checksums           md5     700314e08d41ef5deb0884bfb17baab8 \
26                    sha1    8a59535aa16845ff11d1799e6bb9d2ba65fab9bd \
27                    rmd160  a4afce64305cff856a9337d5a257f22c8cf5d63b
28configure.args      --includedir=${prefix}/include
29depends_lib         port:ncursesw port:pcre
30
31destroot {
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}