summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-18 15:53:22 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-18 15:53:22 +0000
commit41920029aaffff59e34bbc9e3c7ef5d1daa90270 (patch)
treeb48715e25eb3956b6cdd4c56761518b1a205a32b /app-text/mgv/mgv-3.1.5.ebuild
parentChanged econf||die to econf (diff)
downloadhistorical-41920029aaffff59e34bbc9e3c7ef5d1daa90270.tar.gz
historical-41920029aaffff59e34bbc9e3c7ef5d1daa90270.tar.bz2
historical-41920029aaffff59e34bbc9e3c7ef5d1daa90270.zip
Changed econf||die to econf
Diffstat (limited to 'app-text/mgv/mgv-3.1.5.ebuild')
-rw-r--r--app-text/mgv/mgv-3.1.5.ebuild18
1 files changed, 6 insertions, 12 deletions
diff --git a/app-text/mgv/mgv-3.1.5.ebuild b/app-text/mgv/mgv-3.1.5.ebuild
index 4318d0d0aa44..97ec948d1511 100644
--- a/app-text/mgv/mgv-3.1.5.ebuild
+++ b/app-text/mgv/mgv-3.1.5.ebuild
@@ -1,32 +1,26 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/mgv-3.1.5.ebuild,v 1.11 2002/12/09 04:17:44 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/mgv-3.1.5.ebuild,v 1.12 2002/12/18 15:52:02 vapier Exp $
-
-S=${WORKDIR}/${P}
DESCRIPTION="Gv is a Motif PostScript viewer loosely based on Ghostview"
SRC_URI="http://www.trends.net/~mu/srcs/${P}.tar.gz"
HOMEPAGE="http://www.trends.net/~mu/mgv.html"
+
KEYWORDS="x86 sparc "
LICENSE="GPL-2"
+SLOT="0"
DEPEND=">=app-text/ghostscript-3.33
- x11-libs/openmotif"
-
-SLOT="0"
+ x11-libs/openmotif"
src_compile() {
-
- econf || die
+ econf
make || die
-
}
-src_install () {
-
+src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog NEWS README
dohtml doc/*.sgml
-
}