# -*- 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.1
revision            0

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 3c4a263a0c42e5e07b63f1ac9cf91432839c8a87 \
                    sha256 8d99142afd92576f30b0cd7cb42a8dc6809998bc5d607d88761f512e26c7db20 \
                    size   1033297

depends_lib         port:libiconv

configure.ldflags-append \
                    -liconv

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