Ticket #27167: Portfile

File Portfile, 1.3 KB (added by cjones051073 (Chris Jones), 13 years ago)
Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           kde4 1.1
5
6name                kgraphviewer
7version             2.1.1
8categories          kde kde4
9maintainers         nomaintainer
10
11description         KGraphViewer is a GraphViz dot graph viewer for KDE
12long_description    KGraphViewer is a GraphViz dot graph viewer for KDE. \
13                    The graphviz program suite is a free software set of \
14                    layout engines for graphs. They are commonly used in \
15                    scientific domains and particularly in computer science. \
16                    But until now there was a lack of a modern GUI to look \
17                    at the graphs. KGraphViewer is aimed at replacing these \
18                    tools with a modern user-friendly GUI with all the power \
19                    of a well integrated KDE application.
20
21platforms           darwin
22
23homepage            http://extragear.kde.org/apps/kgraphviewer/
24
25fetch.type          git
26git.url             git://git.kde.org/kgraphviewer
27git.branch          651d41c0
28
29depends_lib-append  port:kdelibs4 \
30                    port:graphviz \
31                    port:boost \
32                    port:kdebase4-runtime