# -*- 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 65886 2010-04-02 14:40:04Z snc@macports.org $

PortSystem          1.0
PortGroup           kde4 1.0

name                nepomuk
version             20100303
replaced_by         kdelibs4
categories          kde kde4
maintainers         snc sharky openmaintainer
description         Extend the personal desktop into a collaboration environment
long_description    Extending the personal desktop into a collaboration \
                    environment which supports both the personal information \
                    management and the sharing and exchange across social and \
                    organizational relations.

homepage            http://dev.nepomuk.semanticdesktop.org/
platforms           darwin

depends_build       
depends_lib         
distfiles           

pre-configure {
    ui_error "${name} is provided by kdelibs4."
    return -code error "obsolete port"
}

livecheck.type      none
