Ticket #19155: Portfile

File Portfile, 1.2 KB (added by jjstickel@…, 15 years ago)

math/qalculate-kde/Portfile

Line 
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
4PortSystem 1.0
5
6name            qalculate-kde
7version         0.9.6
8categories      math
9platforms       darwin
10maintainers     vcn.com:jjstickel
11
12description     Qalculate! is a multi-purpose desktop calculator for GNU/Linux.
13
14long_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
21homepage        http://qalculate.sourceforge.net/
22master_sites    sourceforge:qalculate
23checksums       md5 2d41dc887ad3cf5de29ba4d570de263a
24
25depends_build   path:bin/pkg-config:pkgconfig
26
27depends_lib     port:libqalculate\
28    port:kdelibs3
29
30depends_run     port:gnuplot
31
32use_parallel_build      yes
33
34patchfiles      patch-qalculate-kde_0.9.6_macports.diff
35
36patch.pre_args  -p1
37
38configure.cppflags-append  "-L${prefix}/lib"
39configure.cflags-append    "-L${prefix}/lib"
40configure.env     QTDIR=${prefix}/lib/qt3
41configure.args    --with-qt-dir=${prefix}/lib/qt3 \
42    --with-extra-includes=${prefix}/include \
43    --without-arts