# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Window manager for X11 initially inspired by evilwm." HOMEPAGE="http://monkey.org/~marius/cwm" SRC_URI="http://monkey.org/~marius/cwm/cwm-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/libXft \ x11-libs/libX11" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" }