# $Id: Portfile 64275 2010-02-28 10:24:43Z ryandesign@macports.org $

PortSystem 1.0
name             hello
version          2.5
categories       mail
maintainers      gmail.com:mdippery
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         http://www.gnu.org/software/hello/
platforms        darwin
master_sites     gnu
checksums        md5 cf4b73d837692b93676ccd723bf6f797
configure.args   --disable-nls \
                 --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man
