# -*- 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 # $Id$ PortSystem 1.0 name LibVNCServer version 0.9.8.2 categories devel platforms darwin maintainers ryandesign license GPL-2+ description library for writing VNC servers and clients long_description ${name} is a library to make it easier to write \ programs that use the RFB (Remote Frame Buffer) \ protocol to implement a VNC server or client. homepage http://libvncserver.sourceforge.net/ master_sites sourceforge:project/libvncserver/libvncserver/${version} checksums rmd160 0dbb7bd53f0298be948a2b47a5f900eb6543102e \ sha256 2d243cd4b8d7f09a26b5d65e74375cedc85f3298621540a0724bde7e0fa1eaff depends_lib port:gnutls \ port:jpeg \ port:zlib configure.f77 no configure.args --without-x \ --without-sdl-config post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ AUTHORS \ COPYING \ ChangeLog \ NEWS \ README \ TODO \ ${docdir} }