1 | # $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name icon-naming-utils |
---|
6 | version 0.8.6 |
---|
7 | description A default fallback theme. |
---|
8 | long_description This is the default fallback theme used by \ |
---|
9 | implementations of the icon theme specification. |
---|
10 | maintainers nomaintainer |
---|
11 | categories gnome |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | homepage http://tango-project.org/ |
---|
15 | master_sites ${homepage}releases/ |
---|
16 | use_bzip2 no |
---|
17 | |
---|
18 | checksums md5 22bd13295d42ff886f6ea355d00e036b \ |
---|
19 | sha1 b5cbe5e8d468132da8d3a038c43086cdefd24756 \ |
---|
20 | rmd160 5ac589913b88f05dbffc62637e738eb86eee802f |
---|
21 | |
---|
22 | set build_deps "port:perl5.8 port:p5-xml-simple" |
---|
23 | |
---|
24 | eval [subst { |
---|
25 | depends_build ${build_deps} |
---|
26 | depends_run ${build_deps} \ |
---|
27 | port:p5-getopt-long |
---|
28 | }] |
---|
29 | |
---|
30 | universal_variant no |
---|
31 | |
---|
32 | livecheck.check regex |
---|
33 | livecheck.url ${master_sites}?C=M&O=D |
---|
34 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) |
---|
35 | |
---|