summaryrefslogtreecommitdiff
blob: ba2c7180b6facaf31a43e52062174aa616ee1b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/muttprint-0.71.ebuild,v 1.12 2004/08/17 18:09:54 agriffis Exp $

DESCRIPTION="Script for pretty printing of your mails"
HOMEPAGE="http://muttprint.sf.net/"
SRC_URI="mirror://sourceforge/muttprint/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 alpha amd64 ia64"
IUSE=""

RDEPEND="virtual/tetex
	dev-perl/TimeDate
	app-text/psutils"

src_compile() {
	if has_version 'app-text/ptex' ; then
		sed -i -e "s/latex/platex/g" muttprint
	fi
}

src_install() {
	make prefix=${D}/usr docdir=${D}/usr/share/doc docdirname=${P} install
}