summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <grant@gentoo.org>2001-06-14 22:21:12 +0000
committerGrant Goodyear <grant@gentoo.org>2001-06-14 22:21:12 +0000
commitcb630e776a7060a32f1c49e4d601ea5926fe8630 (patch)
treeb900cac0463f9b96caaf13485f2d90a5a7756dc2 /app-text
parentadded, GNOME Disk Catalog (diff)
downloadgentoo-2-cb630e776a7060a32f1c49e4d601ea5926fe8630.tar.gz
gentoo-2-cb630e776a7060a32f1c49e4d601ea5926fe8630.tar.bz2
gentoo-2-cb630e776a7060a32f1c49e4d601ea5926fe8630.zip
New ebuild. Mgv is a motif-based postscript viewer (like ghostview).
It's ugly, but I can't seem to get gv, ghostview, or gsview to work.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/mgv/files/digest-mgv-3.1.51
-rw-r--r--app-text/mgv/mgv-3.1.5.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/app-text/mgv/files/digest-mgv-3.1.5 b/app-text/mgv/files/digest-mgv-3.1.5
new file mode 100644
index 000000000000..a6a39495866f
--- /dev/null
+++ b/app-text/mgv/files/digest-mgv-3.1.5
@@ -0,0 +1 @@
+MD5 6c67fcd284f29e7b50352d5d7e504232 mgv-3.1.5.tar.gz
diff --git a/app-text/mgv/mgv-3.1.5.ebuild b/app-text/mgv/mgv-3.1.5.ebuild
new file mode 100644
index 000000000000..9994c6e6a203
--- /dev/null
+++ b/app-text/mgv/mgv-3.1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Your Name <your email>
+# /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp
+
+#P=
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Gv is a Motif PostScript viewer loosely based on Ghostview"
+SRC_URI="http://www.trends.net/~mu/srcs/${A}"
+HOMEPAGE="http://www.trends.net/~mu/mgv.html"
+
+DEPEND=">=app-text/ghostscript-3.33
+ x11-libs/openmotif"
+
+src_compile() {
+
+ try ./configure --prefix=/usr --host=${CHOST}
+ try make
+
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+
+}
+