Ticket #41847: Portfile

File Portfile, 1.3 KB (added by rudloff@…, 11 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
3PortSystem              1.0
4PortGroup               cmake 1.0
5
6name                    gpick
7version                 0.2.5
8revision                1
9categories              graphics
10platforms               darwin
11maintainers             strasweb.fr:rudloff
12license                 BSD
13
14description             Gpick is an advanced color picker.
15
16long_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
18homepage                http://geuz.org/gl2ps/
19master_sites            http://gpick.googlecode.com/files/
20extract.suffix          .tar.gz
21distname                ${name}_${version}
22
23checksums               sha1    0e2bcdca6aa66fe4f6a3930fe33e0a6950de4588 \
24                        rmd160  a7c65539780b1eb74f44538b165dbff923762beb
25
26depends_lib-append      port:scons \
27                        port:gtk2 \
28                        port:lua \
29                        port:expat
30
31use_configure           no
32
33patchfiles              patch-SConscript.diff
34
35build.cmd               scons
36build.target            build
37destroot.destdir        DESTDIR=${destroot}${prefix}