# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION=" LaTeX-Mk is a collection of makefile fragments and shell scripts for simplifying the management of small to large sized LaTeX documents." HOMEPAGE="http://latex-mk.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=app-text/tetex-1.0.7 >=sys-devel/automake-1.7" #needsmake >=3.80 which is this? src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO }