# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@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"
}
archive {}

post-activate {
    ui_msg ${long_description}
}

livecheck.type      none
