# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="nine men's morris game" HOMEPAGE="http://mill3d.sourceforge.net/" SRC_URI="mirror://sourceforge/mill3d/Mill3D-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR}/Mill-${PV} DEPEND="media-libs/libsdl x11-libs/fltk" src_unpack() { unpack ${A} cd ${S} sed -i -e 's:DEFAULT_INCLUDES = :\0`fltk-config --cxxflags` :' src/Makefile.in sed -i -e 's:mill_LDFLAGS = :\0`fltk-config --ldflags`:' src/Makefile.in } src_install() { make DESTDIR="${D}" install || die "make install failed" prepgamesdirs }