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

name                hello
version             2.12.2
revision            0

conflicts           mbedtls mbedtls3

categories          mail
license             GPL-3
maintainers         nomaintainer

description         Utility for saying hello and reading email.

long_description    The GNU hello program produces a familiar, friendly greeting. \
                    It allows nonprogrammers to use a classic computer science tool \
                    which would otherwise be unavailable to them.  Because it is \
                    protected by the GNU General Public License, users are free to \
                    share and change it.

homepage            https://www.gnu.org/software/hello/
master_sites        gnu

checksums           rmd160 0d2c430cfdec0b770ed43c4e4887d227d050ac9e \
                    sha256 5a9a996dc292cc24dcf411cee87e92f6aae5b8d13bd9c6819b4c7a9dce0818ab \
                    size   1168515

depends_lib         port:libiconv

configure.ldflags-append \
                    -liconv

configure.args      --disable-nls \
                    --infodir=${prefix}/share/info \
                    --mandir=${prefix}/share/man
