blob: 58dfac3a8b8ab60bd9a7d8b4ad3b28114d076191 [file] [log] [blame]
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
DESCRIPTION="FreeBSD Whois Client"
HOMEPAGE="http://www.freebsd.org/"
SRC_URI="http://utenti.gufi.org/~drizzt/codes/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="userland_BSD"
src_install() {
default
if ! use userland_BSD; then
mv "${ED}"/usr/share/man/man1/{whois,bsdwhois}.1
mv "${ED}"/usr/bin/{whois,bsdwhois}
fi
}