# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde need-qt 3.1 DESCRIPTION="QT AGI Studio allows you to view, create and edit AGI games." HOMEPAGE="http://agistudio.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86 ~amd64" src_compile() { cd src sed -i -e "s#^QTDIR.*#QTDIR = ${QTDIR}#" Makefile sed -i -e "s#^INCPATH.*#INCPATH = -I\$(QTDIR)/include#" Makefile emake || die } src_install() { dobin src/agistudio doman agistudio.1 dodoc COPYING README }