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 pngquant |
---|
7 | version 2.1.0 |
---|
8 | categories graphics |
---|
9 | platforms darwin |
---|
10 | license BSD |
---|
11 | maintainers gmail.com:lpancescu |
---|
12 | description command-line utility and library for lossy compression of PNG images. |
---|
13 | long_description pngquant is a command-line utility and a library for lossy \ |
---|
14 | compression of PNG images.\ |
---|
15 | \ |
---|
16 | The conversion reduces file sizes significantly (often as \ |
---|
17 | much as 70%) and preserves full alpha transparency. \ |
---|
18 | Generated images are compatible with all modern web \ |
---|
19 | browsers, and have better fallback in IE6 than 24-bit PNGs. |
---|
20 | homepage http://pngquant.org |
---|
21 | master_sites https://github.com/pornel/pngquant/archive/ |
---|
22 | distname ${version} |
---|
23 | worksrcdir ${name}-${version} |
---|
24 | checksums rmd160 ef594b91f0c1ea1513300029e7ffa10929ca4934 \ |
---|
25 | sha256 ea6df8aa13984f011d951bcedee5971429717118cfdfd0d19066d9d1200cbb7a |
---|
26 | depends_lib port:libpng |
---|
27 | |
---|
28 | use_configure no |
---|
29 | build.env-append PREFIX=${prefix} |
---|
30 | destroot.post_args PREFIX=${prefix} ${destroot.destdir} |
---|