# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="manage mail on a pop3 server with a ncurses interface" HOMEPAGE="http://www.ludd.luth.se/~staham/linux/programs.html" SRC_URI="http://www.ludd.luth.se/~staham/linux/programs/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~macos ~ppc" IUSE="" DEPEND="sys-libs/ncurses" src_unpack() { unpack ${A} mv ${PN} ${P} echo ${ARCH} [ ${ARCH} = ppc ] && epatch ${FILESDIR}/${PN}.diff } src_compile() { emake || die } src_install() { exeinto /usr/bin doexe popcheck doman popcheck.1 }