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 | # new JJS 4/3/09 |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name qalculate-kde |
---|
7 | version 0.9.6 |
---|
8 | categories math |
---|
9 | platforms darwin |
---|
10 | maintainers vcn.com:jjstickel |
---|
11 | |
---|
12 | description Qalculate! is a multi-purpose desktop calculator for GNU/Linux. |
---|
13 | |
---|
14 | long_description \ |
---|
15 | Qalculate! is a multi-purpose desktop calculator for \ |
---|
16 | GNU/Linux. It is small and simple to use but with much \ |
---|
17 | power and versatility underneath. Features include \ |
---|
18 | customizable functions, units, arbitrary precision, \ |
---|
19 | plotting, and a user-friendly interface. |
---|
20 | |
---|
21 | homepage http://qalculate.sourceforge.net/ |
---|
22 | master_sites sourceforge:qalculate |
---|
23 | checksums md5 2d41dc887ad3cf5de29ba4d570de263a |
---|
24 | |
---|
25 | depends_build path:bin/pkg-config:pkgconfig |
---|
26 | |
---|
27 | depends_lib port:libqalculate\ |
---|
28 | port:kdelibs3 |
---|
29 | |
---|
30 | depends_run port:gnuplot |
---|
31 | |
---|
32 | use_parallel_build yes |
---|
33 | |
---|
34 | patchfiles patch-qalculate-kde_0.9.6_macports.diff |
---|
35 | |
---|
36 | patch.pre_args -p1 |
---|
37 | |
---|
38 | configure.cppflags-append "-L${prefix}/lib" |
---|
39 | configure.cflags-append "-L${prefix}/lib" |
---|
40 | configure.env QTDIR=${prefix}/lib/qt3 |
---|
41 | configure.args --with-qt-dir=${prefix}/lib/qt3 \ |
---|
42 | --with-extra-includes=${prefix}/include \ |
---|
43 | --without-arts |
---|