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

PortSystem 1.0

name                nbsmtp
version             0.98
revision            1
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/ \
                    http://www.gentoo-es.org/~ferdy/
checksums           md5 a3e650aae097d41e326978112918d03e
use_bzip2           yes

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