1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name tigervnc |
---|
7 | conflicts vnc tightvnc |
---|
8 | version 1.0.1 |
---|
9 | categories x11 vnc |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | license GPL-2 |
---|
13 | description Advanced VNC implementation. |
---|
14 | long_description TigerVNC is an advanced VNC implementation. \ |
---|
15 | It is based on the fourth generation of VNC. TigerVNC \ |
---|
16 | also includes features from the TightVNC and TurboVNC \ |
---|
17 | projects. This includes accelerated JPEG compression. \ |
---|
18 | TigerVNC supports the latest X.Org X server. |
---|
19 | |
---|
20 | homepage http://www.tigervnc.com/ |
---|
21 | master_sites sourceforge:tigervnc |
---|
22 | |
---|
23 | checksums md5 daca3eb16afe65253b766eccb8bfdbc5 \ |
---|
24 | sha1 0c3dd6a3540966fea979a06df08c3aa9bdd1dc67 \ |
---|
25 | rmd160 7d1cfb00453482364acf002816454a5afefffd1f |
---|
26 | |
---|
27 | depends_build port:gccmakedep |
---|
28 | |
---|
29 | depends_lib port:xorg-libXaw \ |
---|
30 | port:xorg-libX11 \ |
---|
31 | port:zlib |
---|
32 | |
---|
33 | worksrcdir ${distname}/unix |
---|