# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="gPlanarity is a simple puzzle game involving untangling planar graphs for fun and prizes. If you tend to get addicted to cute little math puzzles, this one is a doozy." HOMEPAGE="http://web.mit.edu/xiphmont/Public/gPlanarity.html" SRC_URI="http://www.qnan.org/~pmw/gentoo/releases/${PN}-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" S="${WORKDIR}/gPlanarity" DEPEND="" RDEPEND=">=media-libs/freetype-2 >=media-libs/fontconfig-2 >=x11-libs/gtk+-2.7.2 >=x11-libs/cairo-1" src_compile() { emake || die "make failed" } src_install() { make PREFIX=${D}/usr/local install }