# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="MS-Explorer like file manager for X" HOMEPAGE="http://sourceforge.net/projects/xfe/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="nls" # fox-1.0.x, fox-1.1.x and fox-1.3.x are inkompatible. DEPEND="=x11-libs/fox-1.2*" src_compile() { econf `use_enable nls` || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS BUGS FAQ README TODO NEWS } pkg_postinst() { einfo einfo "Please delete your old Xfe registry files" einfo " (~/.foxrc/Xfe ~/.foxrc/Xfv and ~/.foxrc/Xfq)" einfo "before using this XFE 0.70 release" einfo }