# $Id: Portfile,v 1.1 2004/02/13 01:40:43 toby Exp $

PortSystem 1.0
name             hello
version          2.1.1
categories       mail
maintainers      toby@opendarwin.org
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
