1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name icoutils |
---|
7 | version 0.31.0 |
---|
8 | categories graphics |
---|
9 | platforms darwin |
---|
10 | license GPL-3 |
---|
11 | maintainers jonahb.com:jonah |
---|
12 | description Programs for extracting and converting Windows icons |
---|
13 | long_description The icoutils are a set of command-line programs for \ |
---|
14 | extracting and converting images in Microsoft Windows(R) \ |
---|
15 | icon and cursor files. These files usually have the \ |
---|
16 | extension .ico or .cur, but they can also be embedded in \ |
---|
17 | executables and libraries (.dll-files). |
---|
18 | homepage http://www.nongnu.org/icoutils/ |
---|
19 | |
---|
20 | master_sites http://gnu.mirrors.pair.com/savannah/savannah/icoutils/ |
---|
21 | |
---|
22 | checksums rmd160 21668170f86a9981a4f9488cb0bb211fcebf8f53 \ |
---|
23 | sha256 a895d9d74a418d65d39a667e58ae38be79c9e726711384551d36531696f3af71 |
---|
24 | |
---|
25 | use_bzip2 yes |
---|
26 | |
---|
27 | depends_lib port:libpng |
---|
28 | depends_run port:perl5 \ |
---|
29 | port:p5-libwww-perl |
---|
30 | |
---|