Ticket #30493: Portfile-kdegraphics4-meta

File Portfile-kdegraphics4-meta, 1.6 KB (added by nicos_pavlov@…, 13 years ago)
Line 
1PortSystem          1.0
2PortGroup           kde4   1.1
3
4name                kdegraphics4-meta
5version             4.7.0
6categories          kde kde4
7maintainers         snc sharky michaelld
8description         KDE4 graphics applications - Meta package
9long_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.
12platforms           darwin
13homepage            http://www.kde.org
14
15distfiles
16use_configure       no
17extract {           file mkdir ${worksrcpath}/${name} }
18build               {}
19
20
21depends_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
39destroot {
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
48livecheck.type      none