# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A utility that prints trees of Courier-style Maildirs." HOMEPAGE="http://triplehelix.org/~joshk/${PN}" SRC_URI="http://triplehelix.org/~joshk/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="maildir" src_compile() { econf || die emake || die "emake failed" } src_install() { einstall || die }