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

EAPI="4"

DESCRIPTION="Distributed visualization tool for monitoring system resource utilization."
HOMEPAGE="http://nodemon.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/nodemon/nodemon-${PV}.tar.gz"

LICENSE="NOSA"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk pbs"

RDEPEND="
	>=dev-cpp/growler-arch-0.3.7.1
	gtk? ( >=x11-libs/gtkglext-1.0 x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}"

DOCS="README NEWS AUTHORS NOSA ChangeLog"

src_configure() {
	econf \
		$(use_enable gtk) \
		$(use_with pbs)
}