2012-08-21 09:40:56 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-08-21 09:40:56 +04:00
|
|
|
|
|
|
|
EAPI=4
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
DESCRIPTION="FreeBSD Whois Client"
|
|
|
|
HOMEPAGE="http://www.freebsd.org/"
|
|
|
|
SRC_URI="http://utenti.gufi.org/~drizzt/codes/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
2012-08-21 09:40:56 +04:00
|
|
|
KEYWORDS="amd64 ~ppc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE="userland_BSD"
|
|
|
|
|
|
|
|
src_install() {
|
2012-08-21 09:40:56 +04:00
|
|
|
default
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
if ! use userland_BSD; then
|
2012-08-21 09:40:56 +04:00
|
|
|
mv "${ED}"/usr/share/man/man1/{whois,bsdwhois}.1
|
|
|
|
mv "${ED}"/usr/bin/{whois,bsdwhois}
|
2012-02-06 16:39:49 +04:00
|
|
|
fi
|
|
|
|
}
|