Ticket #17618: Portfile.3

File Portfile.3, 828 bytes (added by jjstickel@…, 15 years ago)

math/libqalculate/Portfile

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