Ticket #42889: qalculate-gtk_Portfile.diff
File qalculate-gtk_Portfile.diff, 1.4 KB (added by jjstickel (Jonathan Stickel), 11 years ago) |
---|
-
Portfile
old new 5 5 6 6 name qalculate-gtk 7 7 version 0.9.7 8 revision 1 8 9 categories math 9 10 platforms darwin 10 11 license GPL-2 11 maintainers vcn.com:jjstickel12 maintainers gmail.com:jjstickel 12 13 13 14 description Qalculate! is a multi-purpose desktop calculator for GNU/Linux. 14 15 … … 22 23 homepage http://qalculate.sourceforge.net/ 23 24 master_sites sourceforge:qalculate 24 25 25 checksums md5 7a7ab4680e285690ca3625992f477f0f \ 26 sha1 c714c91224045fa49f261686e985df0aefa1d678 \ 26 checksums sha256 a4ea8ee2366ac3ad53bb17fd2f76a7bed7211640cf2fdadfcf3b79eb4b37282d \ 27 27 rmd160 bbb89fbfc6199dcf87666596ee0d7df3019635af 28 28 29 29 depends_build port:pkgconfig port:intltool 30 30 31 depends_lib 32 33 34 35 depends_run lib:libgtk-x11-2.0:gtk2\ 36 port:gnuplot\37 31 depends_lib port:libqalculate\ 32 port:libglade2\ 33 port:rarian 34 35 # seems to work with gtk2 of either variant +x11 or +quartz 36 depends_run port:gtk2\ 37 port:gnome-vfs 38 38 39 39 use_parallel_build yes 40 40 41 41 # needs to be same as used by intltool 42 42 configure.perl ${prefix}/bin/perl5.12 43 43 44 configure.args --disable-gnuplot 45 46 variant gnuplot description {enable gnuplot support} { 47 depends_run-append port:gnuplot 48 configure.args-delete --disable-gnuplot 49 } 50 44 51 post-destroot { 45 52 file delete ${destroot}${prefix}/bin/qalculate 46 53 }