| 1 | # JJS 12/10/08 |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name qalculate-gtk |
|---|
| 6 | version 0.9.6 |
|---|
| 7 | categories math |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers vcn.com:jjstickel |
|---|
| 10 | |
|---|
| 11 | description Qalculate! is a multi-purpose desktop calculator for GNU/Linux. |
|---|
| 12 | |
|---|
| 13 | long_description \ |
|---|
| 14 | Qalculate! is a multi-purpose desktop calculator for \ |
|---|
| 15 | GNU/Linux. It is small and simple to use but with much \ |
|---|
| 16 | power and versatility underneath. Features include \ |
|---|
| 17 | customizable functions, units, arbitrary precision, \ |
|---|
| 18 | plotting, and a user-friendly interface. |
|---|
| 19 | |
|---|
| 20 | homepage http://qalculate.sourceforge.net/ |
|---|
| 21 | master_sites sourceforge:qalculate |
|---|
| 22 | checksums md5 1f787bc8c2ac7410a878a0e895a127d8 |
|---|
| 23 | |
|---|
| 24 | depends_lib port:libqalculate\ |
|---|
| 25 | port:libglade2\ |
|---|
| 26 | port:rarian\ |
|---|
| 27 | port:pkgconfig |
|---|
| 28 | |
|---|
| 29 | depends_run lib:libgtk-x11-2.0:gtk2\ |
|---|
| 30 | port:gnuplot\ |
|---|
| 31 | port:gnome-vfs |
|---|
| 32 | |
|---|
| 33 | use_parallel_build yes |
|---|
| 34 | |
|---|
| 35 | patchfiles qalculate-gtk-0.9.6_macports.patch |
|---|
| 36 | patch.pre_args -p1 |
|---|
| 37 | |
|---|
| 38 | use_autoconf yes |
|---|
| 39 | |
|---|
| 40 | variant yelp description {Provides GUI help via yelp} { |
|---|
| 41 | depends_run-append port:yelp\ |
|---|
| 42 | port:libgnome |
|---|
| 43 | } |
|---|