aboutsummaryrefslogtreecommitdiff
blob: 7c2f560305fc9e9a5dd97176932789baa0f6792b (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
28
29
30
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

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)
}