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 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name esmtp |
---|
8 | version 1.0 |
---|
9 | categories mail |
---|
10 | maintainers nomaintainer |
---|
11 | description relay-only Mail Transfer Agent (MTA) |
---|
12 | long_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. |
---|
17 | homepage http://esmtp.sourceforge.net |
---|
18 | platforms darwin |
---|
19 | master_sites sourceforge |
---|
20 | checksums md5 e4c4e00eecb70b528a9d772d2e633b29 \ |
---|
21 | sha1 c60b0d7b956a387d7fe9e5952c14af1259aafd24 \ |
---|
22 | rmd160 1cb6026228d71e2a5acf060c2509579d97fdca0a |
---|
23 | use_bzip2 yes |
---|
24 | |
---|
25 | depends_lib port:libesmtp |
---|
26 | |
---|
27 | configure.args --mandir=${prefix}/share/man |
---|