# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.2.0.ebuild,v 1.5 2004/12/19 18:19:16 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc" IUSE="glitz png X" DEPEND="X? (virtual/x11 || ( x11-base/xorg-x11 x11-base/xorg-unichrome >=x11-base/xfree-4.3.0-r7 ) virtual/xft) media-libs/fontconfig >=media-libs/freetype-2* >=media-libs/libpixman-0.1.1 glitz? ( =media-libs/glitz-0.2.3 ) png? ( media-libs/libpng )" src_compile() { econf `use_enable glitz` `use_enable png` || die emake || die } src_install() { make install DESTDIR=${D} }