# Copyright (c) Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. # Maintainer: Vitaly Kushneriuk # $Header: /var/cvsroot/gentoo-x86/x11-misc/wmbiff/wmbiff-0.3.5.ebuild,v 1.1 2002/02/07 08:09:44 vitaly Exp $ S=${WORKDIR}/${P}/wmbiff DESCRIPTION="" SRC_URI="http://prdownloads.sourceforge.net/wmbiff/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/wmbiff/" DEPEND="virtual/glibc x11-base/xfree" #RDEPEND="" src_compile() { # disabling crypt for now, until I have time to # spend. mv Makefile Makefile.orig grep -v TLS Makefile.orig | grep -v gnutls > Makefile emake || die } src_install () { dobin wmbiff doman wmbiff.1 wmbiffrc.5 cd .. dodoc ChangeLog NEWS README README.licq TODO }