# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Freddy - FRee text EDitor (Qt based extendable editor)" SRC_URI="mirror://sourceforge/freddy/${P}.tar.bz2" HOMEPAGE="http://freddy.sf.net" SLOT="0" LICENSE="QPL" KEYWORDS="x86 sparc ppc amd64" IUSE="" DEPEND="x11-libs/qt" src_install() { cd ${WORKDIR} make install }