summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/fxp-one/fxp-one-1.9.ebuild')
-rw-r--r--net-ftp/fxp-one/fxp-one-1.9.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-ftp/fxp-one/fxp-one-1.9.ebuild b/net-ftp/fxp-one/fxp-one-1.9.ebuild
deleted file mode 100644
index 4b5e6c4..0000000
--- a/net-ftp/fxp-one/fxp-one-1.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.2.1.ebuild,v 1.9 2008/05/11 08:35:57 solar Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="FXP.One is a very flexible FTP/FXP engine."
-HOMEPAGE="http://www.lundman.net/wiki/index.php/FXP.One"
-SRC_URI="http://www.lundman.net/ftp/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ncurses"
-
-DEPEND="
- dev-libs/openssl
- ncurses? ( >=dev-libs/cdk-5.0.20060507 )
-"
-
-src_compile() {
- # this is an ugly hack around fxp.one's automagic deps on cdk/ncurses
- use ncurses || export ac_cv_cdk_dir=no cdk_found=no ac_cv_curses_dir=no curses_found=no
- econf || die "econf died"
- emake DESTDIR="${D}" || die "emake died"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc README.txt
-}