# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2-r1.ebuild,v 1.5 2009/12/26 17:32:04 pva Exp $ IUSE="xinerama" DESCRIPTION="A tool to display full-screen PostScript presentations." SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz" HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/" RDEPEND="x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) app-text/ghostscript-gpl" DEPEND="${RDEPEND} x11-proto/xproto xinerama? ( x11-proto/xineramaproto ) >=sys-apps/sed-4" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" src_compile() { if ! use xinerama ; then sed -i -e "/^XINERAMA/s/^/#/g" Makefile fi emake || die "emake failed" } src_install() { dobin pspresent doman pspresent.1 }