# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.104.ebuild,v 1.1 2003/07/04 22:05:51 liquidx Exp $ inherit flag-o-matic gnome2 DESCRIPTION="PDF viewer for Gnome 2" HOMEPAGE="http://www.purl.org/NET/gpdf" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="-*" RDEPEND=">=gnome-base/libgnomeui-2 >=gnome-base/ORBit2-2.4.1 >=gnome-base/libgnomeprint-2.2 app-text/ghostscript >=media-libs/freetype-2.0.5 >=media-libs/t1lib-1.3" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" DOCS="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README" src_compile() { use alpha && append-flags -fPIC gnome2_src_compile }