Ticket #26931: Portfile

File Portfile, 1.2 KB (added by briandlong@…, 14 years ago)

tigervnc Portfile

Line 
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
4PortSystem              1.0
5
6name                    tigervnc
7conflicts               vnc tightvnc
8version                 1.0.1
9categories              x11 vnc
10maintainers             nomaintainer
11platforms               darwin
12license                 GPL-2
13description             Advanced VNC implementation.
14long_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
20homepage                http://www.tigervnc.com/
21master_sites            sourceforge:tigervnc
22
23checksums               md5     daca3eb16afe65253b766eccb8bfdbc5 \
24                        sha1    0c3dd6a3540966fea979a06df08c3aa9bdd1dc67 \
25                        rmd160  7d1cfb00453482364acf002816454a5afefffd1f
26
27depends_build           port:gccmakedep
28
29depends_lib             port:xorg-libXaw \
30                        port:xorg-libX11 \
31                        port:zlib
32
33worksrcdir              ${distname}/unix