diff options
Diffstat (limited to 'net-mail/fetchmail/fetchmail-5.9.11.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.11.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.11.ebuild b/net-mail/fetchmail/fetchmail-5.9.11.ebuild index 801efe8d6b51..c2b6f6b98ff7 100644 --- a/net-mail/fetchmail/fetchmail-5.9.11.ebuild +++ b/net-mail/fetchmail/fetchmail-5.9.11.ebuild @@ -1,17 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.11.ebuild,v 1.3 2002/07/17 04:20:40 seemant Exp $ +S="${WORKDIR}/${P}" DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility" HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" SRC_URI="http://www.tuxedo.org/~esr/fetchmail/${P}.tar.gz" -S="${WORKDIR}/${P}" DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 )" RDEPEND="nls? ( sys-devel/gettext )" - + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_compile() { local myconf use ssl && myconf="${myconf} --with-ssl=/usr" |