# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.0.0.ebuild,v 1.2 2005/07/13 09:13:11 dholm Exp $ DESCRIPTION="Text-based front-end to Remind" HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/wyrd/" SRC_URI="http://www.eecs.umich.edu/~pelzlpj/wyrd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ocaml-3.08 sys-libs/ncurses >=x11-misc/remind-3.0.23" RDEPEND="${DEPEND}" src_install() { make install DESTDIR=${D} || die "install died" }