Ticket #27168: Portfile

File Portfile, 1.1 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                massif-visualizer
7version             0.2
8categories          kde kde4
9maintainers         nomaintainer
10
11description         Massif Visualizer is a tool to visual valgrind Massif data.
12long_description    Massif Visualizer is a tool that visualizes massif data. \
13                    You run your application in Valgrind with --tool=massif and \
14                    then open the generated massif.out.%pid in the visualizer. \
15                    Gzip or Bzip2 compressed massif files can also be opened \
16                    transparently.
17
18platforms           darwin
19
20homepage            https://projects.kde.org/projects/playground/sdk/massif-visualizer
21
22fetch.type          git
23git.url             git://git.kde.org/massif-visualizer
24git.branch          v0.2
25
26depends_lib-append  port:kdelibs4 \
27                    port:kgraphviewer \
28                    port:graphviz \
29                    port:kdebase4-runtime