-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils cmake-utils gnome2-utils games
-DESCRIPTION="A cross-platform reimplementation of engine for the classic Bullfrog game, Syndicate"
+DESCRIPTION="A portable reimplementation of engine for the classic Bullfrog game, Syndicate"
HOMEPAGE="http://freesynd.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
media-libs/sdl-image[png]"
DEPEND=${RDEPEND}
+PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
+
CMAKE_IN_SOURCE_BUILD=1
src_prepare() {
- epatch "${FILESDIR}"/${P}-cmake.patch
+ cmake-utils_src_prepare
sed \
-e "s:#freesynd_data_dir = /usr/share/freesynd/data:freesynd_data_dir = ${GAMES_DATADIR}/${PN}/data:" \