Ticket #19660: Portfile

File Portfile, 1.1 KB (added by eddieh (Eddie Hillenbrand), 15 years ago)

Portfile for mail/esmtp

Line 
1# -*- 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
2
3# $Id$
4
5PortSystem          1.0
6
7name                esmtp
8version             1.0
9categories          mail
10maintainers         nomaintainer
11description         relay-only Mail Transfer Agent (MTA)
12long_description    esmtp is a user configurable relay-only Mail \
13                          Transfer Agent (MTA) with a sendmail compatible \
14                          syntax. esmtp does not attempt to provide all \
15                          the functionality of sendmail: it is intended \
16                          to be used by mail user agents such as mutt.
17homepage            http://esmtp.sourceforge.net
18platforms           darwin
19master_sites        sourceforge
20checksums           md5 e4c4e00eecb70b528a9d772d2e633b29  \
21                    sha1 c60b0d7b956a387d7fe9e5952c14af1259aafd24 \
22                    rmd160 1cb6026228d71e2a5acf060c2509579d97fdca0a
23use_bzip2           yes
24
25depends_lib         port:libesmtp
26
27configure.args --mandir=${prefix}/share/man