1 | PortSystem 1.0 |
---|
2 | PortGroup kde4 1.1 |
---|
3 | |
---|
4 | name kdegraphics4-meta |
---|
5 | version 4.7.0 |
---|
6 | categories kde kde4 |
---|
7 | maintainers snc sharky michaelld |
---|
8 | description KDE4 graphics applications - Meta package |
---|
9 | long_description KDE applications for managing and creating image files. \ |
---|
10 | This is a meta-port containing all the components of the \ |
---|
11 | former kdegraphics package. |
---|
12 | platforms darwin |
---|
13 | homepage http://www.kde.org |
---|
14 | |
---|
15 | distfiles |
---|
16 | use_configure no |
---|
17 | extract { file mkdir ${worksrcpath}/${name} } |
---|
18 | build {} |
---|
19 | |
---|
20 | |
---|
21 | depends_lib-append port:gwenview \ |
---|
22 | port:kamera \ |
---|
23 | port:kcolorchooser \ |
---|
24 | port:kdegraphics-strigi-analyzer \ |
---|
25 | port:kdegraphics-thumbnailers \ |
---|
26 | port:kolourpaint \ |
---|
27 | port:kruler \ |
---|
28 | port:ksaneplugin \ |
---|
29 | port:libkdcraw \ |
---|
30 | port:libkexiv2 \ |
---|
31 | port:libkipi \ |
---|
32 | port:libksane \ |
---|
33 | port:mobipocket \ |
---|
34 | port:okular \ |
---|
35 | port:svgpart |
---|
36 | # port:kgamma \ |
---|
37 | # port:snapshot \ |
---|
38 | |
---|
39 | destroot { |
---|
40 | # Create a dummy file so the port can be successfully activated |
---|
41 | xinstall -d ${destroot}${prefix}/share/doc/kdegraphics4 |
---|
42 | set docfile [open ${destroot}${prefix}/share/doc/kdegraphics4/README.${name}.txt "w"] |
---|
43 | puts $docfile "Meta-port for kdegraphics4\n" |
---|
44 | puts $docfile "${long_description}\n" |
---|
45 | close $docfile |
---|
46 | } |
---|
47 | |
---|
48 | livecheck.type none |
---|