# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.1.ebuild,v 1.3 2003/11/20 18:02:08 mholzer Exp $ IUSE="" SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" RESTRICT="nomirror" DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" LICENSE="GPL-2" KEYWORDS="x86 ~alpha" SLOT="0" DEPEND="perl? ( dev-lang/perl ) sys-libs/ncurses" src_compile() { local myconf="" [ `use perl` ] || myconf="${myconf} --disable-perl" einfo "Configure options: ${myconf}" econf ${myconf} emake } src_install() { einstall doman doc/pork.1 insinto /usr/share/pork/examples doins examples/blist.txt dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README STYLE TODO QUICK_START }