# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 125871 2014-09-28 17:58:05Z mk@macports.org $ #Port made obsolete on 2014/09/28 PortSystem 1.0 name kmymoney categories kde finance license GPL-2+ version 1.0.5 revision 7 replaced_by kmymoney4 platforms darwin maintainers nomaintainer supported_archs noarch description this port is only a stub and has been made obsolete by ${replaced_by} default long_description ${description} homepage http://www.macports.org/ archive_sites distfiles pre-configure { ui_error "KDE3 is considered obsolete, and is being replaced by KDE4. Consequently, ${subport} has been made obsolete by the port ${replaced_by}. Please install ${replaced_by} instead. \ To do this, it is required to fully uninstall KDE3 first, to then install KDE4 by running \ sudo port uninstall --follow-dependents kdelibs3 \ WARNING: By running this command, all KDE3 ports will be uninstalled. Please ensure that there are replacements for all the programs you are using." return -code error "obsolete port" } livecheck.type none