summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/openmotif/openmotif-2.2.2-r1.ebuild')
-rw-r--r--x11-libs/openmotif/openmotif-2.2.2-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild b/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild
deleted file mode 100644
index 68b5b896f20e..000000000000
--- a/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild,v 1.13 2003/12/16 12:33:16 gmsoft Exp $
-
-S=${WORKDIR}/openMotif-2.2.2
-
-DESCRIPTION="Open Motif"
-SRC_URI="ftp://ftp.sgi.com/other/motifzone/2.2/src/openMotif-2.2.2.tar.gz"
-HOMEPAGE="http://www.motifzone.org/"
-PROVIDE="virtual/motif"
-
-LICENSE="MOTIF"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc alpha amd64"
-
-DEPEND="virtual/glibc
- virtual/x11"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- patch -p1 < ${FILESDIR}/animate-demo.diff || die "patch failed"
- patch -p1 < ${FILESDIR}/include-order.diff || die "patch failed"
-}
-
-src_compile() {
- # get around some LANG problems in make (#15119)
- unset LANG
-
- ./configure \
- --prefix=/usr/X11R6 \
- --sysconfdir=/etc/X11 \
- --with-x \
- --with-gnu-ld \
- --host=${CHOST} || die "configuration failed"
-
- make || die "make failed"
-
-}
-
-src_install() {
-
- make DESTDIR=${D} VARDIR=${D}/var/X11/ install || die "install failed"
-
-}