# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Frido Ferdinand P=wmnd-0.2.2 DESCRIPTION="Dockable network monitor for WindowMaker" SRC_URI="http://www.zolder.net/source/${P}.tar.gz" HOMEPAGE="http://www.bensinclair.com/dockapp/" DEPEND="x11-base/xfree x11-wm/WindowMaker virtual/glibc" src_compile() { emake || die } src_install () { dobin wmnd dodoc COPYING CREDIT HINTS CHANGELOGS INSTALL README TODO }