# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup qalculate qalculate-gtk 0.9.9 v categories math platforms darwin license GPL-2+ maintainers gmail.com:jjstickel description Qalculate! is a multi-purpose desktop calculator long_description Qalculate! is a multi-purpose desktop calculator. \ It is small and simple to use but with much \ power and versatility underneath. Features include \ customizable functions, units, arbitrary precision, \ plotting, and a user-friendly interface. github.tarball_from releases checksums rmd160 b52540fe88108955f08716f5d1aaceb4c5a4f14e \ sha256 5c88b7595b654c128d0aa56c16e80b6e02e5cfc6378112000fb01133872d024a depends_build-append port:intltool port:pkgconfig depends_lib-append port:libqalculate port:gtk3 # autoreconf to reconfigure for intltool use_autoreconf yes autoreconf.args -fvi configure.args --disable-gnuplot variant gnuplot description {enable gnuplot support} { depends_run-append port:gnuplot configure.args-delete --disable-gnuplot }