1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | PortGroup java 1.0 |
---|
6 | |
---|
7 | github.setup giansalvo ProjectLibre 1.8.0 v |
---|
8 | github.tarball_from releases |
---|
9 | |
---|
10 | java.version 1.8 |
---|
11 | java.fallback openjdk8 |
---|
12 | |
---|
13 | revision 0 |
---|
14 | categories office java |
---|
15 | platforms darwin |
---|
16 | maintainers {gmail.com:giansalvo.gusinu @giansalvo} openmaintainer |
---|
17 | license GPL-2 |
---|
18 | |
---|
19 | description ProjectLibre is a project management software. |
---|
20 | |
---|
21 | long_description \ |
---|
22 | ProjectLibre is an open source desktop alternative to Microsoft Project. \ |
---|
23 | It has been downloaded over 3,000,000 times in over 200 countries and has \ |
---|
24 | won InfoWorld "Best of Open Source" award. If you are looking for a team \ |
---|
25 | solution or multi-project management we recommend our cloud version. \ |
---|
26 | ProjectLibre has a lengthy list of Fortune 500, Government, small business \ |
---|
27 | and non-profits utilizing our comprehensive project management features. \ |
---|
28 | ProjectLibre has been translated into 20 languages. |
---|
29 | |
---|
30 | homepage http://www.projectlibre.com/ |
---|
31 | |
---|
32 | checksums rmd160 691334f21e8cc5237c043267dea8dbd2ae46701c \ |
---|
33 | sha256 f92c31a75695d63c362e1fe2c074943c0f1678c738be2a949de77077c5e27364 \ |
---|
34 | size 34907571 |
---|
35 | |
---|
36 | use_configure no |
---|
37 | |
---|
38 | build { |
---|
39 | #set ::env(JAVA_HOME) /Library/Java/JavaVirtualMachines/openjdk8/Contents/Home |
---|
40 | system -W ${worksrcpath}/openproj_build "ant mac-new" |
---|
41 | } |
---|
42 | |
---|
43 | destroot { |
---|
44 | xinstall -m 755 -W ${worksrcpath}/openproj_build/packages/mac-new/ ${name}.app ${destroot}${applications_dir} |
---|
45 | } |
---|