]> diplodocus.org Git - nmh/blob - SPECS/nmh.cygport
Alter HasSuffixC()'s char * to be const.
[nmh] / SPECS / nmh.cygport
1 NAME="nmh"
2 VERSION=1.7
3 RELEASE=1
4
5 CATEGORY="Mail"
6 SUMMARY="A capable mail handling system with a command line interface"
7 DESCRIPTION="A capable mail handling system with a command line interface.
8 Nmh isn't a single comprehensive program. Instead, it consists of
9 simple, single-purpose programs for sending, receiving, saving,
10 retrieving, and otherwise manipulating email messages. You can freely
11 intersperse nmh commands with other shell commands or write custom
12 scripts which utilize nmh commands. If you want to use nmh as a true
13 email user agent, you'll want to also install xmh to provide a user
14 interface for it--nmh only has a command line interface. nmh is
15 configured to use less and vim by default but options allow use of
16 more and emacs, respectively."
17
18 HOMEPAGE="http://savannah.nongnu.org/projects/${PN}"
19 SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz"
20 CYGCONF_ARGS="--sysconfdir=${prefix}/etc/${PN} --with-cyrus-sasl --with-tls --with-oauth"