# $Id: Portfile 77904 2011-04-17 04:51:19Z jmr@macports.org $

PortSystem      1.0

name            libopensync
version         0.22
categories      devel
platforms       darwin
maintainers     nomaintainer
description     obsolete port\; use opensync port instead

long_description \
    The libopensync port is obsolete and has been replaced with the \
    opensync port. Please uninstall libopensync and install \
    opensync instead.

homepage        http://www.opensync.org/
master_sites    

distfiles
use_configure       no
build {}
destroot	{
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}

post-activate {
    ui_msg ${long_description}
}

livecheck.type      none
