summaryrefslogtreecommitdiff
blob: 83c127864cef7cb8902d2020fdb24e041dd06e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/postal/postal-0.62.ebuild,v 1.1 2005/01/08 00:35:45 hansmi Exp $

DESCRIPTION="SMTP and POP mailserver benchmark - the mad postman. Supports SSL, randomized user accounts and more."
HOMEPAGE="http://www.coker.com.au/postal/"
SRC_URI="http://www.coker.com.au/postal/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc"
IUSE="ssl"
DEPEND="ssl? ( >=openssl-0.9.6b )"

src_compile() {
	econf `use_enable ssl`
	emake || die
}

src_install() {
	dosbin postal postal-list rabid
	doman postal-list.8 postal.8 rabid.8
}