Ticket #51785: qalculate-gtk_Portfile.diff
File qalculate-gtk_Portfile.diff, 2.2 KB (added by jjstickel (Jonathan Stickel), 8 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 122421 2014-07-22 17:20:41Z mf2k@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 6 7 github.setup qalculate qalculate-gtk 0.9.8 5 8 6 name qalculate-gtk7 version 0.9.78 9 categories math 9 10 platforms darwin 10 license GPL-2 11 license GPL-2+ 11 12 maintainers gmail.com:jjstickel 12 13 13 description Qalculate! is a multi-purpose desktop calculator for GNU/Linux. 14 description Qalculate! is a multi-purpose desktop calculator for\ 15 GNU/Linux. 14 16 15 17 long_description Qalculate! is a multi-purpose desktop calculator for \ 16 18 GNU/Linux. It is small and simple to use but with much \ … … 18 20 customizable functions, units, arbitrary precision, \ 19 21 plotting, and a user-friendly interface. 20 22 21 homepage http://qalculate.sourceforge.net/ 22 master_sites sourceforge:qalculate 23 master_sites https://github.com/${github.author}/${github.project}/files/316290 23 24 24 checksums sha256 a4ea8ee2366ac3ad53bb17fd2f76a7bed7211640cf2fdadfcf3b79eb4b37282d \ 25 rmd160 bbb89fbfc6199dcf87666596ee0d7df3019635af 25 checksums rmd160 91f3781f48f5f6d33f997006299f02d7f32392d3 \ 26 sha256 0ee6c239def411515fd35a0dca8b3fd144e8a41c19709ef0ee094b3db4ceda30 27 26 28 27 depends_build port:pkgconfig port:intltool29 depends_build-append port:pkgconfig port:intltool 28 30 29 depends_lib port:libqalculate \ 30 port:libglade2 \ 31 port:rarian 31 depends_lib-append port:libqalculate 32 32 33 depends_run port:gtk2 \ 34 port:gnome-vfs 33 depends_run-append port:gtk3 35 34 36 35 patchfiles patch-src_callbacks.cc-const.diff 37 36 38 use_parallel_build yes39 40 # autoreconf to reconfigure with macports intltool.m441 use_autoreconf yes42 autoreconf.args -fvi43 44 37 configure.args --disable-gnuplot 45 38 46 39 variant gnuplot description {enable gnuplot support} { 47 40 depends_run-append port:gnuplot 48 41 configure.args-delete --disable-gnuplot 49 42 } 50 51 post-destroot {52 file delete ${destroot}${prefix}/bin/qalculate53 }