# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Small chat server (under 50k) with many features including private messages, private channels, banning, gagging, etc. Many chat clients are available including a Java applet for a web page and straight telnet." HOMEPAGE="http://nakenchat.naken.cc/" SRC_URI="http://downloads.mikekohn.net/nakenchat/${P}.tar.gz" LICENSE="free kohnian (free to use and modify. free to distribute unmodified)" SLOT="0" KEYWORDS="x86 amd64 ~ppc ~mips ~sparc ~arm" IUSE="" DEPEND="" RDEPEND="" src_compile() { emake FLAGS="${CFLAGS}" || die "make failed" } src_install() { dobin nakenchat || die "program not found" insinto /etc insopts -m0600 doins nakenchat.conf || die "config file not found" }