# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/neXtaw/neXtaw-0.15.1.ebuild,v 1.10 2006/01/08 04:20:26 vapier Exp $ DESCRIPTION="Athena Widgets with N*XTSTEP appearance" HOMEPAGE="http://siag.nu/neXtaw/" SRC_URI="http://siag.nu/pub/neXtaw/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="alpha ~amd64 arm ~hppa ia64 ppc ~ppc-macos ppc64 sparc x86" IUSE="" DEPEND="virtual/x11 !>=x11-libs/neXtaw-0.15.1-r1" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr/X11R6 \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO }