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 3 3 PortSystem 1.0 4 4 PortGroup github 1.0 5 5 6 github.setup qalculate qalculate-gtk 0.9.12v6 github.setup qalculate qalculate-gtk 2.1.0 v 7 7 8 8 categories math 9 9 platforms darwin … … 19 19 20 20 github.tarball_from releases 21 21 22 checksums rmd160 8151d7cba6f1a42b51b973cc7c0fcf31e2f44bb5 \23 sha256 5826e58318bf1515540a4464c34fb94f41c13c35b2a9814e61fd9c19ecdbf1df24 22 25 depends_build-append port:intltool port:pkgconfig 26 depends_lib-append port:libqalculate port:gtk3 23 checksums rmd160 98f038906bdb4a587b9e0fe8e988b59e0e63424b \ 24 sha256 eb0663f9167c0d21b636973f27186158b3eca88894a586a2cdbc39265879b37b 25 26 depends_build-append \ 27 port:intltool \ 28 port:autoconf \ 29 port:automake \ 30 port:libtool \ 31 port:pkgconfig 32 33 depends_lib-append \ 34 port:libqalculate \ 35 port:gtk3 27 36 28 37 # autoreconf to reconfigure for intltool 29 38 use_autoreconf yes 30 39 autoreconf.args -fvi 31 40 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 } 41 notes-append "Graphical plotting is enabled by installing gnuplot.\n"