aboutsummaryrefslogtreecommitdiff
blob: 913f47f5ecd3eaa6363b9eef306af32b996aa309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit cmake-utils versionator

DESCRIPTION="A mail notification utility"
HOMEPAGE="http://www.kbiff.org/"
SRC_URI="http://sourceforge.net/projects/kbiff/files/kbiff/4.0/${PF}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_install() {
	cmake DESTDIR="${D}" install
	dodoc ChangeLog NEWS README
	dohtml -r doc/en/
	cmake-utils_src_install
}