Ticket #13198: Portfile.3

File Portfile.3, 1.0 KB (added by neric27@…, 16 years ago)
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:pkgconfig \
24                port:icon-naming-utils \
25                port:ImageMagick
26
27universal_variant   no
28
29livecheck.check regex
30livecheck.regex  ${name}-(\[0-9\]+.\[0-9\]+.\[0-9\]+)
31
32variant big_icons description {create 32,48,64,72,96,128 pixels icons from the scalable version } {
33        configure.args-append --enable-png-creation
34        depends_build-append    port:librsvg
35}