# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The Gnus newsreader and mailreader" HOMEPAGE="http://www.gnus.org/" SRC_URI="http://quimby.gnus.org/gnus/dist/gnus-5.10.2.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha sparc" IUSE="emacsw3" DEPEND="app-editors/emacs emacsw3? ( app-emacs/w3 )" S=${WORKDIR}/${P} myconf="--with-emacs" if use emacsw3; then myconf="$myconf --with-w3" else myconf="$myconf --without-w3" fi src_compile() { econf $myconf || die emake || die } src_install() { einstall || die }