# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 S=${WORKDIR}/Mowitz-${PV} SRC_URI="http://siag.nu/pub/mowitz/Mowitz-${PV}.tar.gz" HOMEPAGE="http://siag.nu/mowitz/" DESCRIPTION="Mowitz - more widgets library" DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 " DEPEND="virtual/x11" src_compile() { econf --with-xawm=Xaw || die "Configure broke" emake || die "Make broke" } src_install() { make DESTDIR=${D} install }