summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-10-31 14:12:01 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-10-31 14:12:01 +0000
commit3eb7bbb8342e05f937ef0ea4d3bc55360fdf9b7f (patch)
treeff591073691abd4c7b7d98da7a3cc847862add12 /net-mail/smtptools/smtptools-0.2.3.ebuild
parentAdded tests for 0.25 for platform verification (Manifest recommit) (diff)
downloadgentoo-2-3eb7bbb8342e05f937ef0ea4d3bc55360fdf9b7f.tar.gz
gentoo-2-3eb7bbb8342e05f937ef0ea4d3bc55360fdf9b7f.tar.bz2
gentoo-2-3eb7bbb8342e05f937ef0ea4d3bc55360fdf9b7f.zip
Initial import. Closes #65848.
Diffstat (limited to 'net-mail/smtptools/smtptools-0.2.3.ebuild')
-rw-r--r--net-mail/smtptools/smtptools-0.2.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-mail/smtptools/smtptools-0.2.3.ebuild b/net-mail/smtptools/smtptools-0.2.3.ebuild
new file mode 100644
index 000000000000..37865cd4938d
--- /dev/null
+++ b/net-mail/smtptools/smtptools-0.2.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.1 2004/10/31 14:12:01 ticho Exp $
+
+DESCRIPTION="A collection of tools to send or receive mails with SMTP"
+SRC_URI="ftp://ftp.ohse.de/uwe/releases/${P}.tar.gz"
+HOMEPAGE="http://www.ohse.de/uwe/software/${PN}.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install () {
+ make DESTDIR=${D} install || die "Installer failed"
+ dodoc AUTHORS COPYING README README.cvs README.smtpblast \
+ README.tomaildir README.usmtpd TODO
+}