| 1 | # JJS 12/10/08 |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name libqalculate |
|---|
| 6 | version 0.9.6 |
|---|
| 7 | categories math |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers vcn.com:jjstickel |
|---|
| 10 | |
|---|
| 11 | description libqalculate is math libary for expression evaluation \ |
|---|
| 12 | with units, variables and functions support and CAS \ |
|---|
| 13 | functionality. |
|---|
| 14 | |
|---|
| 15 | long_description \ |
|---|
| 16 | libqalculate is math libary for expression evaluation \ |
|---|
| 17 | with units, variables and functions support and CAS \ |
|---|
| 18 | functionality. This library directly supports the \ |
|---|
| 19 | GUI interface qalculate-gtk or qalculate-kde. |
|---|
| 20 | |
|---|
| 21 | homepage http://qalculate.sourceforge.net/ |
|---|
| 22 | master_sites sourceforge:qalculate |
|---|
| 23 | checksums md5 e14432fc490f9a697e23e31a74e0eb19 |
|---|
| 24 | |
|---|
| 25 | depends_lib port:cln\ |
|---|
| 26 | port:libxml2\ |
|---|
| 27 | port:glib2\ |
|---|
| 28 | lib:libreadline:readline |
|---|
| 29 | |
|---|
| 30 | use_parallel_build yes |
|---|
| 31 | |
|---|
| 32 | patchfiles libqalculate-0.9.6_macports.patch |
|---|
| 33 | patch.pre_args -p1 |
|---|
| 34 | |
|---|
| 35 | use_autoconf yes |
|---|