You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
624 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild,v 1.11 2009/11/04 16:09:24 maekke Exp $
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"
IUSE="userland_BSD"
src_install() {
emake DESTDIR="${D}" install || die
if ! use userland_BSD; then
mv "${D}"/usr/share/man/man1/{whois,bsdwhois}.1
mv "${D}"/usr/bin/{whois,bsdwhois}
fi
}