# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 69520 2010-07-08 20:19:52Z jmr@macports.org $

PortSystem          1.0

name                esmtp
version             1.0
revision        1
categories          mail
maintainers         nomaintainer
description         relay-only Mail Transfer Agent (MTA)
long_description    esmtp is a user configurable relay-only Mail \
                          Transfer Agent (MTA) with a sendmail compatible \
                          syntax. esmtp does not attempt to provide all \
                          the functionality of sendmail: it is intended \
                          to be used by mail user agents such as mutt.
homepage            http://esmtp.sourceforge.net
platforms           darwin
master_sites        sourceforge
checksums           md5 e4c4e00eecb70b528a9d772d2e633b29  \
                    sha1 c60b0d7b956a387d7fe9e5952c14af1259aafd24 \
                    rmd160 1cb6026228d71e2a5acf060c2509579d97fdca0a
use_bzip2           yes

depends_lib         port:libesmtp port:openssl

configure.args --mandir=${prefix}/share/man 
