# $Id: Portfile 64435 2010-03-05 21:52:52Z ryandesign@macports.org $

PortSystem              1.0

name                    osxvnc
version                 3.1
replaced_by             vineserver
categories              aqua vnc
platforms               darwin
homepage                http://www.testplant.com/products/vine_server
maintainers             ryandesign
distfiles

description \
    a full-featured VNC server (formerly OSXvnc)

long_description \
    Vine Server (formerly OSXvnc) is a full-featured VNC server \
    for Mac OS X providing remote access to the GUI, keyboard and \
    mouse using any VNC client.

pre-configure {
    ui_error "OSXvnc has been renamed Vine Server. Please install the vineserver port instead."
    return -code error "obsolete port"
}

livecheck.type          none
