Ticket #14661: Portfile

File Portfile, 926 bytes (added by jonathandueck@…, 16 years ago)

An edited portfile for icon-naming-utils, pointing and checksumming to the current gzipped file on the Tango Icon Library project site (not the missing bzip2 file it used to point to)

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