summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2003-06-19 17:22:49 +0000
committerMatt Keadle <mkeadle@gentoo.org>2003-06-19 17:22:49 +0000
commitf2a3a9d2854b8a89c358a2bb7aff6911437b118b (patch)
tree959520aaf02f5c318a0c94655f45dcb520d83818 /x11-misc/bbmail/bbmail-0.8.3.ebuild
parentbump to latest upstream stable. removed unneeded older versions (diff)
downloadhistorical-f2a3a9d2854b8a89c358a2bb7aff6911437b118b.tar.gz
historical-f2a3a9d2854b8a89c358a2bb7aff6911437b118b.tar.bz2
historical-f2a3a9d2854b8a89c358a2bb7aff6911437b118b.zip
bump to latest upstream stable
Diffstat (limited to 'x11-misc/bbmail/bbmail-0.8.3.ebuild')
-rw-r--r--x11-misc/bbmail/bbmail-0.8.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/bbmail/bbmail-0.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild
new file mode 100644
index 000000000000..36fac4404d5d
--- /dev/null
+++ b/x11-misc/bbmail/bbmail-0.8.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.1 2003/06/19 17:22:42 mkeadle Exp $
+
+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"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc "
+
+DEPEND="virtual/blackbox"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dobin scripts/bbmailparsefm.pl
+ dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
+}