# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 IUSE="X motif" SLOT="0" KEYWORDS="~x86" S=${WORKDIR}/${P} DEPEND=">=x11-libs/openmotif-2.2.2-r1" RDEPEND=DEPEND DESCRIPTION="An implementation of the ViewKit user interface library" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/viewklass/${P}.tar.gz" HOMEPAGE="http://viewklass.sourceforge.net" LICENSE="LGPL-2.1" src_compile() { patch -p0 <${FILESDIR}/ViewKlass-0.6.0.patch || die ./configure \ --prefix=/usr || die "./configure failed" make || die } src_install () { make \ prefix=${D}/usr \ install || die }