# Copyright (C) Marc REYNES # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="pretty printing of your mails" HOMEPAGE="http://muttprint.sf.net" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/muttprint/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="app-text/tetex" #RDEPEND="" S=${WORKDIR}/${P} src_install () { # understanding the install part of the Makefiles. make prefix=${D}/usr docdir=${D}/${prefix}/doc/ install || die }