# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="The No-Brainer SMTP" SRC_URI="http://www.gentoo-es.org/~ferdy/${P}.tar.bz2" HOMEPAGE="http://nbsmtp.ferdyx.org" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa" LICENSE="GPL-2" IUSE="ssl" DEPEND="virtual/glibc ssl? ( dev-libs/openssl )" RDEPEND="!virtual/mta net-mail/mailbase ssl? ( dev-libs/openssl )" PROVIDE="virtual/mta" src_compile() { econf \ "`use_enable ssl`" \ || die "Configure failed" make || die "Make failed" } src_install() { dobin nbsmtp dodoc INSTALL DOCS COPYING }