# $Id: Portfile 30236 2007-10-22 23:15:10Z jmpp@macports.org $

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