# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header$ S=${WORKDIR}/${P} DESCRIPTION="blackbox mail notification" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="virtual/blackbox" src_unpack () { unpack ${A} } src_compile() { ./configure --prefix=/usr --host=${CHOST} || die emake || die } src_install () { make DESTDIR=${D} install || die dobin scripts/bbmailparsefm.pl dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO }