diff options
Diffstat (limited to 'net-im/pork/pork-0.99.3.ebuild')
-rw-r--r-- | net-im/pork/pork-0.99.3.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-im/pork/pork-0.99.3.ebuild b/net-im/pork/pork-0.99.3.ebuild deleted file mode 100644 index c657b2916e12..000000000000 --- a/net-im/pork/pork-0.99.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.3.ebuild,v 1.2 2004/07/21 07:51:16 dholm Exp $ - -DESCRIPTION="Console based AIM client that looks like ircII" -HOMEPAGE="http://dev.ojnk.net/" -SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~alpha ~sparc ~ppc" -IUSE="perl" - -DEPEND="perl? ( dev-lang/perl ) - sys-libs/ncurses" - -src_compile() { - local myconf="" - use perl || myconf="${myconf} --disable-perl" - einfo "Configure options: ${myconf}" - econf ${myconf} || die "econf failed" - 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 -} |