Ticket #17618: Portfile

File Portfile, 999 bytes (added by jjstickel@…, 15 years ago)

math/qalculate-gtk/Portfile

Line 
1# JJS 12/10/08
2
3PortSystem 1.0
4
5name            qalculate-gtk
6version         0.9.6
7categories      math
8platforms       darwin
9maintainers     vcn.com:jjstickel
10
11description     Qalculate! is a multi-purpose desktop calculator for GNU/Linux.
12
13long_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
20homepage        http://qalculate.sourceforge.net/
21master_sites    sourceforge:qalculate
22checksums       md5 1f787bc8c2ac7410a878a0e895a127d8
23
24depends_lib     port:libqalculate\
25                port:libglade2\
26                port:rarian\
27                port:pkgconfig
28
29depends_run     lib:libgtk-x11-2.0:gtk2\
30                port:gnuplot\
31                port:gnome-vfs
32
33use_parallel_build      yes
34
35patchfiles      qalculate-gtk-0.9.6_macports.patch
36patch.pre_args  -p1
37
38use_autoconf        yes
39
40variant yelp description {Provides GUI help via yelp} {
41        depends_run-append      port:yelp\
42                                port:libgnome
43}