# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Ataxx/Hexxagon clone" HOMEPAGE="http://infector.mangobrain.co.uk/" SRC_URI="http://infector.mangobrain.co.uk/downloads/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="qt4 threads tiff" inherit meson RDEPEND=" >=dev-cpp/gtkmm-3.22 >=dev-libs/sigc++-2.10" DEPEND="${RDEPEND}" src_configure() { meson_src_configure } src_install() { meson_src_install }