Ticket #43539: Portfile

File Portfile, 1.2 KB (added by macports@…, 10 years ago)
Line 
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
4PortSystem          1.0
5
6name                icoutils
7version             0.31.0
8categories          graphics
9platforms           darwin
10license             GPL-3
11maintainers         jonahb.com:jonah
12description         Programs for extracting and converting Windows icons
13long_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).
18homepage            http://www.nongnu.org/icoutils/
19
20master_sites        http://gnu.mirrors.pair.com/savannah/savannah/icoutils/
21
22checksums           rmd160  21668170f86a9981a4f9488cb0bb211fcebf8f53 \
23                    sha256  a895d9d74a418d65d39a667e58ae38be79c9e726711384551d36531696f3af71
24
25use_bzip2           yes
26
27depends_lib         port:libpng
28depends_run         port:perl5 \
29                    port:p5-libwww-perl
30