aboutsummaryrefslogtreecommitdiff
blob: eae14bd4726b93a3fa7d360fc4db2a64283dccf5 (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-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

KMNAME="extragear/network"
inherit kde4-base

DESCRIPTION="FTP client for K Desktop Environment"
HOMEPAGE="http://www.kftp.org"

LICENSE="GPL-2 LGPL-2"
KEYWORDS=""
SLOT="0"
IUSE="debug"

DEPEND="
	net-libs/libssh2
"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${PN}-add-LibSSH2.cmake.patch" )