Ticket #13198: Portfile

File Portfile, 1.0 KB (added by neric27@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem  1.0
4
5name            tango-icon-theme
6version         0.8.1
7revision    0
8description     A collection of icons from the Tango Desktop Project.
9long_description        tango-icon-theme is a collection of bright and vivid icons and \
10                        emblems from the Tango Desktop Project. They can replace the gnome-icon-theme.
11maintainers     <nomaintainer>
12categories      x11
13platforms       darwin
14homepage        http://tango.freedesktop.org/Tango_Icon_Library
15master_sites    http://tango-project.org/releases/
16
17checksums       md5 43f82eb29dac8ceab488e6108bdd515b \
18                sha1 17347c06e968007868e33d922e15da270a07f30e \
19                rmd160 c4c0a0df293cfec211368ded363523f5ac942583
20
21depends_build \
22        port:pkgconfig \
23                port:icon-naming-utils \
24                port:ImageMagick
25
26use_bzip2       yes
27
28universal_variant   no
29
30livecheck.check regex
31livecheck.regex  ${name}-(\[0-9\]+.\[0-9\]+.\[0-9\]+).tar.gz
32
33variant big_icons description {create 48,64,72,96,128 pixels icons; implies 20Mo more of png files} {
34        configure.args-append --enable-png-creation
35        depends_build-append    port:librsvg
36}