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: Portfile 125801 2014-09-26 20:04:08Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup gnumeric-pure 0.14 |
---|
8 | name gnumeric-pure |
---|
9 | categories-append math devel |
---|
10 | platforms darwin |
---|
11 | maintainers ryandesign |
---|
12 | license GPL-2+ |
---|
13 | homepage https://bitbucket.org/purelang/pure-lang/wiki/Addons#markdown-header-${name} |
---|
14 | |
---|
15 | description a Gnumeric extension which lets you use Pure \ |
---|
16 | functions in the Gnome spreadsheet |
---|
17 | |
---|
18 | long_description ${name} provides ${description}. \ |
---|
19 | It offers better execution speed than the \ |
---|
20 | existing Perl and Python plugins, and provides \ |
---|
21 | some powerful features not found in other \ |
---|
22 | Gnumeric scripting plugins. |
---|
23 | |
---|
24 | checksums rmd160 5658143e3ca1d2b103a731d482f6e813c266126c \ |
---|
25 | sha256 cb960cbb8612dbcb808bc5cb7ccc2a0861750d4e0ecf40c0fb502065a226812c |
---|
26 | |
---|
27 | depends_build-append port:pkgconfig |
---|
28 | |
---|
29 | build.args-append prefix=${prefix} |
---|
30 | |
---|
31 | destroot.args-append prefix=${prefix} |
---|
32 | |
---|
33 | depends_lib-append port:gnumeric |
---|