# -*- 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
maintainers {en.sent.com:macports @Raimondi} openmaintainer
description a fork of Newsbeuter, an RSS/Atom feed reader for the text console
long_description Newsboat is ${description}. The only difference is that \
Newsboat is actively maintained while Newsbeuter isn't.
homepage https://newsboat.org/
master_sites https://newsboat.org/releases/${version}/
checksums rmd160 e1f342f3d430c1b496296fa150c7272342e981f0 \
sha256 aab67dcd386a3512812e1af0fddb8e1f4dce08d2a106946fe5ad405210ed37cf
depends_build port:asciidoc \
fs-traverse f ${worksrcpath} {
if {[file isdirectory ${f}]} {
file attributes ${f} -permissions o+rx
file attributes ${f} -permissions o+r
patchfiles patch-Makefile.diff \
configure.cmd ./config.sh
# universal variant needs to be defined for [get_canonical_archflags] to work
build.args-append prefix=${prefix} \
build.env-append CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \
LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"