diff options
author | 2008-07-22 17:27:54 +0000 | |
---|---|---|
committer | 2008-07-22 17:27:54 +0000 | |
commit | 3ce74919c877a3366b7cae59c9f9428c2c8745f9 (patch) | |
tree | 3bff6374ddb1b0b2a5f8569b4281b9a9ccf14716 /mail-mta/esmtp/esmtp-0.6.0.ebuild | |
parent | Add missing xinerama in IUSE (diff) | |
download | historical-3ce74919c877a3366b7cae59c9f9428c2c8745f9.tar.gz historical-3ce74919c877a3366b7cae59c9f9428c2c8745f9.tar.bz2 historical-3ce74919c877a3366b7cae59c9f9428c2c8745f9.zip |
Version bump, remove mailwrapper support, #198106
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64
Diffstat (limited to 'mail-mta/esmtp/esmtp-0.6.0.ebuild')
-rw-r--r-- | mail-mta/esmtp/esmtp-0.6.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail-mta/esmtp/esmtp-0.6.0.ebuild b/mail-mta/esmtp/esmtp-0.6.0.ebuild new file mode 100644 index 000000000000..a7738bed47e5 --- /dev/null +++ b/mail-mta/esmtp/esmtp-0.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.6.0.ebuild,v 1.1 2008/07/22 17:27:54 dertobi123 Exp $ + +DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" +HOMEPAGE="http://esmtp.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="virtual/libc + net-libs/libesmtp + dev-libs/openssl" +RDEPEND="${DEPEND} + !net-mail/mailwrapper + !virtual/mta" + +PROVIDE="virtual/mta" + +src_install() { + emake DESTDIR="${D}" install || die "einstall failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} |