# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="An IRC client for X11 and Motif" HOMEPAGE="http://nebula-irc.sf.net" SRC_URI="mirror://sourceforge/nebula-irc/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 hppa" IUSE="" DEPEND="virtual/x11 x11-libs/openmotif" S=${WORKDIR}/${P} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die dodoc AUTHORS ChangeLog COPYING INSTALL LICENSE NEWS README }