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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.0 |
---|
5 | |
---|
6 | name gpick |
---|
7 | version 0.2.5 |
---|
8 | revision 1 |
---|
9 | categories graphics |
---|
10 | platforms darwin |
---|
11 | maintainers strasweb.fr:rudloff |
---|
12 | license BSD |
---|
13 | |
---|
14 | description Gpick is an advanced color picker. |
---|
15 | |
---|
16 | long_description Gpick is a program used to pick colors from anywhere on the screen, mix them to get new colors, generate shades and tints and export palettes to common file formats or simply copy them to the clipboard. |
---|
17 | |
---|
18 | homepage http://geuz.org/gl2ps/ |
---|
19 | master_sites http://gpick.googlecode.com/files/ |
---|
20 | extract.suffix .tar.gz |
---|
21 | distname ${name}_${version} |
---|
22 | |
---|
23 | checksums sha1 0e2bcdca6aa66fe4f6a3930fe33e0a6950de4588 \ |
---|
24 | rmd160 a7c65539780b1eb74f44538b165dbff923762beb |
---|
25 | |
---|
26 | depends_lib-append port:scons \ |
---|
27 | port:gtk2 \ |
---|
28 | port:lua \ |
---|
29 | port:expat |
---|
30 | |
---|
31 | use_configure no |
---|
32 | |
---|
33 | patchfiles patch-SConscript.diff |
---|
34 | |
---|
35 | build.cmd scons |
---|
36 | build.target build |
---|
37 | destroot.destdir DESTDIR=${destroot}${prefix} |
---|