# $Id: Portfile 77061 2011-03-19 07:00:22Z ryandesign@macports.org $

PortSystem 1.0

name                nbsmtp
version             1.00
categories          mail
platforms           darwin
maintainers         nomaintainer
description         simple command line smtp client
long_description    No Brainer SMTP (nbSMTP) is a simple SMTP client \
                    suitable to run in chroot jails, in embedded systems, \
                    laptops, or workstations.

homepage            http://nbsmtp.ferdyx.org/
master_sites        http://www.it.uc3m.es/~ferdy/nbsmtp/

checksums           md5     f34952f0b5e5101035357ea1c7ed6bd2 \
                    sha1    ff65b4f2ceeed13d37e1ea95a879217bc8f42e00 \
                    rmd160  c81b80f1fa850a70bae18ca70196192060d11c0b

configure.args      --enable-ssl
destroot.destdir    prefix=${destroot}${prefix} \
                    mandir=${destroot}${prefix}/share/man
