# -*- 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: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0

name                finch
replaced_by         pidgin
version             2.7.4
categories          net
platforms           darwin
maintainers         nomaintainer
description         Multi-protocol Instant Messaging client
long_description    obsolete port for finch\; now use the pidgin port's +finch variant

homepage            http://www.pidgin.im/
distfiles

pre-configure {
    ui_error "The finch port is obsolete; please install the pidgin port with the +finch variant instead."
    return -code error "obsolete port"
}

livecheck.type      none
