summaryrefslogtreecommitdiff
blob: 29d45b45206f4a045747a1af6e443d640972a9f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mpage/mpage-2.5.1.ebuild,v 1.10 2003/09/05 22:37:22 msterret Exp $

S=${WORKDIR}/${P}
DESCRIPTION="A printing tool"
SRC_URI="http://www.mesa.nl/pub/mpage/mpage251pre.tgz"
HOMEPAGE="http://www.mesa.nl/"
KEYWORDS="x86 sparc "
SLOT="0"
LICENSE="freedist"
DEPEND="virtual/glibc"


src_compile() {
	emake CFLAGS="$CFLAGS \$(DEFS)" PREFIX=/usr MANDIR=/usr/share/man/man1 || die
}

src_install () {
	emake PREFIX=${D}/usr MANDIR=${D}/usr/share/man/man1 install || die
}