summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-10-18 16:08:54 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-10-18 16:08:54 +0000
commitb1edce197e1a372876ae1ae6468ddbfb411ce274 (patch)
tree8d2b3bb2b1966a1804fc6c7b4c19d9b95d055313 /net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
parentAdded ~sparc-fbsd keyword. (diff)
downloadgentoo-2-b1edce197e1a372876ae1ae6468ddbfb411ce274.tar.gz
gentoo-2-b1edce197e1a372876ae1ae6468ddbfb411ce274.tar.bz2
gentoo-2-b1edce197e1a372876ae1ae6468ddbfb411ce274.zip
Initial version, BSD version of whois, usable also on Linux.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild')
-rw-r--r--net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild b/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
new file mode 100644
index 000000000000..05ff5d0fdbb5
--- /dev/null
+++ b/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 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.1 2006/10/18 16:08:54 drizzt 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="~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ if [[ "${USERLAND}" = "GNU" ]]; then
+ mv "${D}"/usr/share/man/man1/{whois,bsdwhois}.1
+ mv "${D}"/usr/bin/{whois,bsdwhois}
+ fi
+}