1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name qwt |
---|
5 | version 5.0.1 |
---|
6 | categories graphics science |
---|
7 | maintainers macports@jochen-kuepper.de |
---|
8 | description Qt Widgets for Technical Applications |
---|
9 | long_description The Qwt library contains GUI Components and utility classes \ |
---|
10 | which are primarily useful for programs with a technical \ |
---|
11 | background. Beside a 2D plot widget it provides scales, sliders, \ |
---|
12 | dials, compasses, thermometers, wheels and knobs to control \ |
---|
13 | or display values, arrays, or ranges of type double. |
---|
14 | homepage http://qwt.sourceforge.net |
---|
15 | master_sites sourceforge:qwt |
---|
16 | distname qwt-${version} |
---|
17 | use_bzip2 yes |
---|
18 | checksums md5 8370c12af768144ff08e4e1ecb2aa7e2 |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | patchfiles patch-qwtconfig.pri.diff |
---|
22 | |
---|
23 | depends_lib port:qt4-mac |
---|
24 | |
---|
25 | configure.cmd qmake |
---|
26 | configure.pre_args |
---|
27 | configure.args -macx INSTALLBASE=/opt/local |
---|
28 | |
---|
29 | destroot.destdir INSTALL_ROOT="${destroot}" |
---|