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  
    22# $Id: Portfile 122421 2014-07-22 17:20:41Z mf2k@macports.org $
    33
    44PortSystem          1.0
     5PortGroup   github 1.0
     6
     7github.setup    qalculate qalculate-gtk 0.9.8
    58
    6 name                qalculate-gtk
    7 version             0.9.7
    89categories          math
    910platforms           darwin
    10 license             GPL-2
     11license             GPL-2+
    1112maintainers         gmail.com:jjstickel
    1213
    13 description         Qalculate! is a multi-purpose desktop calculator for GNU/Linux.
     14description         Qalculate! is a multi-purpose desktop calculator for\
     15    GNU/Linux.
    1416
    1517long_description    Qalculate! is a multi-purpose desktop calculator for \
    1618                    GNU/Linux. It is small and simple to use but with much \
     
    1820                    customizable functions, units, arbitrary precision, \
    1921                    plotting, and a user-friendly interface.
    2022
    21 homepage            http://qalculate.sourceforge.net/
    22 master_sites        sourceforge:qalculate
     23master_sites        https://github.com/${github.author}/${github.project}/files/316290
    2324
    24 checksums           sha256  a4ea8ee2366ac3ad53bb17fd2f76a7bed7211640cf2fdadfcf3b79eb4b37282d \
    25                     rmd160  bbb89fbfc6199dcf87666596ee0d7df3019635af
     25checksums           rmd160  91f3781f48f5f6d33f997006299f02d7f32392d3 \
     26    sha256  0ee6c239def411515fd35a0dca8b3fd144e8a41c19709ef0ee094b3db4ceda30
     27                   
    2628
    27 depends_build       port:pkgconfig port:intltool
     29depends_build-append       port:pkgconfig port:intltool
    2830
    29 depends_lib         port:libqalculate \
    30                     port:libglade2 \
    31                     port:rarian
     31depends_lib-append         port:libqalculate
    3232
    33 depends_run         port:gtk2 \
    34                     port:gnome-vfs
     33depends_run-append         port:gtk3
    3534
    3635patchfiles          patch-src_callbacks.cc-const.diff
    3736
    38 use_parallel_build  yes
    39 
    40 # autoreconf to reconfigure with macports intltool.m4
    41 use_autoreconf  yes
    42 autoreconf.args -fvi
    43 
    4437configure.args      --disable-gnuplot
    4538
    4639variant gnuplot description {enable gnuplot support} {
    4740    depends_run-append      port:gnuplot
    4841    configure.args-delete   --disable-gnuplot
    4942}
    50 
    51 post-destroot {
    52     file delete ${destroot}${prefix}/bin/qalculate
    53 }