# -*- 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 84969 2011-10-06 00:21:06Z jmr@macports.org $

PortSystem          1.0
PortGroup           kde4 1.1

name                kgraphviewer
version             2.1.1
categories          kde kde4
maintainers         hep.phy.cam.ac.uk:jonesc openmaintainer

description         GraphViz dot graph viewer for KDE
long_description    KGraphViewer is a GraphViz dot graph viewer for KDE. \
                    The graphviz program suite is a free software set of \
                    layout engines for graphs. They are commonly used in \
                    scientific domains and particularly in computer science. \
                    But until now there was a lack of a modern GUI to look \
                    at the graphs. KGraphViewer is aimed at replacing these \
                    tools with a modern user-friendly GUI with all the power \
                    of a well integrated KDE application.

platforms           darwin

homepage            http://extragear.kde.org/apps/kgraphviewer/

fetch.type          git
git.url             http://anongit.kde.org/kgraphviewer
git.branch          651d41c0

depends_lib-append  port:kdelibs4 \
                    path:bin/dot:graphviz \
                    port:boost \
                    port:kde4-runtime

# awful hack to avoid meinproc crash, ticket #30162
build.asroot        yes
