Ticket #54683: qalculate-gtk_Portfile.diff

File qalculate-gtk_Portfile.diff, 1.4 KB (added by jjstickel (Jonathan Stickel), 7 years ago)
  • Portfile

    old new  
    33PortSystem          1.0
    44PortGroup           github 1.0
    55
    6 github.setup        qalculate qalculate-gtk 0.9.12 v
     6github.setup        qalculate qalculate-gtk 2.1.0 v
    77
    88categories          math
    99platforms           darwin
     
    1919
    2020github.tarball_from releases
    2121
    22 checksums           rmd160  8151d7cba6f1a42b51b973cc7c0fcf31e2f44bb5 \
    23                     sha256  5826e58318bf1515540a4464c34fb94f41c13c35b2a9814e61fd9c19ecdbf1df
    2422
    25 depends_build-append      port:intltool port:pkgconfig
    26 depends_lib-append        port:libqalculate port:gtk3
     23checksums           rmd160  98f038906bdb4a587b9e0fe8e988b59e0e63424b \
     24                    sha256  eb0663f9167c0d21b636973f27186158b3eca88894a586a2cdbc39265879b37b
     25
     26depends_build-append \
     27                    port:intltool \
     28                    port:autoconf \
     29                    port:automake \
     30                    port:libtool \
     31                    port:pkgconfig
     32
     33depends_lib-append \
     34                    port:libqalculate \
     35                    port:gtk3
    2736
    2837# autoreconf to reconfigure for intltool
    2938use_autoreconf      yes
    3039autoreconf.args     -fvi
    3140
    32 configure.args      --disable-gnuplot
    33 
    34 variant gnuplot description {enable gnuplot support} {
    35     depends_run-append      port:gnuplot
    36     configure.args-delete   --disable-gnuplot
    37 }
     41notes-append "Graphical plotting is enabled by installing gnuplot.\n"