summaryrefslogtreecommitdiff
blob: 0a5975331137a63a4ac1d4a27393d969155bf90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="ISC dhcpd lease analysis and reporting"
HOMEPAGE="http://dhcpd-pools.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"

DEPEND="dev-libs/uthash
	doc? ( app-doc/doxygen )"
RDEPEND=""

src_configure() {
	econf $(use_enable doc doxygen) --with-dhcpd-conf=/etc/dhcp/dhcpd.conf
}