# -*- 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

PortSystem          1.0
PortGroup           gitlab 1.0

name                xcalc
gitlab.instance     https://gitlab.freedesktop.org/xorg
gitlab.setup        app ${name} 1.1.2 ${name}-
revision            0
categories          x11 math science
license             X11
maintainers         {jeremyhu @jeremyhu} openmaintainer
description         Scientific calculator for X11
long_description    ${name} is a scientific calculator desktop accessory \
                    that can emulate a TI-30 or an HP-10C.

homepage            https://www.x.org
use_bzip2           yes

checksums           rmd160  7db31da591aea6571a7218f5e70868f1ef8324a6 \
                    sha256  c2d655d30a9b22c22c6da6bf1870c3e8361b54c7b7dfb06fcd6db950f15a42db \
                    size    25464

use_autoreconf      yes

depends_build-append \
                    path:bin/pkg-config:pkgconfig \
                    port:xorg-util-macros

depends_lib         port:xorg-libX11 \
                    port:xorg-libXaw \
                    port:xorg-libXt

depends_run-append  port:xbitmaps
