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

name                sent
version             1
revision            0

homepage            https://git.suckless.org/${name}

description         sent is a simple plaintext presentation tool.

long_description    \
    {*}${description} sent does not need latex, libreoffice or any other \
    fancy file format, it uses plaintext files to describe the slides and can \
    include images via farbfeld. Every paragraph represents a slide in the \
    presentation. The presentation is displayed in a simple X11 window. The \
    content of each slide is automatically scaled to fit the window and \
    centered so you also don\'t have to worry about alignment. Instead you \
    can really concentrate on the content.

categories          office
installs_libs       no
license             ISC
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  ca2d209344a1ab7e298b11f51d5532f3cdf6c9c0 \
                    sha256  7bf3de9311ce291ff36adf5315b78fa72373e3ab80ca71387fb5884bcbd7be33 \
                    size    15285

master_sites        https://dl.suckless.org/tools

depends_build-append \
                    port:pkgconfig

depends_lib-append  port:fontconfig     \
                    port:freetype       \
                    port:xorg-libX11    \
                    port:Xft2

depends_run-append  port:farbfeld

extract.mkdir       yes

patchfiles-append   patch-config.mk.diff

compiler.c_standard 1999
