Ticket #13198: Portfile.2

File Portfile.2, 1.1 KB (added by neric27@…, 17 years ago)

Portfile for x11/tango-icon-theme-extras

Line 
1# $Id$
2
3PortSystem  1.0
4
5name            tango-icon-theme-extras
6version         0.1.0
7revision        0
8description     A collection of extra icons for the Tango theme.
9long_description        tango-icon-theme-extras is an additionnal collection \
10                                                (mostly ipod variations) of icons adhering to the \
11                                                Tango Desktop Project style guideline.
12maintainers     <nomaintainer>
13categories      x11
14platforms       darwin
15homepage        http://tango.freedesktop.org/Tango_Icon_Library
16master_sites    http://tango-project.org/releases/
17
18checksums       md5 caaceaec7b61f1cbda0db9842f9db281 \
19                sha1 1bed3023139187c36e851df19506f4942bf2d1c1 \
20                rmd160 7c301bbe6748fc770bc52f91624ce676624d00e3
21
22depends_build \
23        port:perl5.8 \
24        port:p5-xml-parser \
25        port:pkgconfig \
26                port:gettext \
27        port:libiconv \
28                port:icon-naming-utils
29
30universal_variant   no
31
32livecheck.check regex
33livecheck.regex  ${name}-(\[0-9\]+.\[0-9\]+.\[0-9\]+)
34
35variant big_icons description {create 32,48,64,72,96,128 pixels icons from the scalable version } {
36        configure.args-append --enable-png-creation
37        depends_build-append    port:librsvg
38}