# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Substitution # rx -> x MY_PR="${PR:1}" DESCRIPTION="Winefish LaTeX Editor based on Bluefish" HOMEPAGE="http://winefish.berlios.de/" LICENSE="GPL-2" DOCS="README" SRC_URI="http://download.berlios.de/${PN}/${P}-${MY_PR}.tgz" IUSE="" SLOT="0" KEYWORDS="~x86" RDEPEND="" DEPEND=" x11-libs/gtk+ app-text/tetex " S="${S}-${MY_PR}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" \ INSTALLDATA="install-fdmenu install-fdmime install-gnome-2.4-mime install-gnome-2.4-appreg install-icon" \ install || die "make install failed" }