blob: 6d0d1e581768f9135d39a429aaeb297c7a0c6e9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild,v 1.3 2002/07/20 20:02:13 danarmak Exp $
inherit kde-dist
DESCRIPTION="${DESCRIPTION}Addons"
newdepend "~kde-base/kdebase-${PV}
~kde-base/kdenetwork-${PV}
~kde-base/kdemultimedia-${PV}
~kde-base/kdegames-${PV}
sdl? ( >=media-libs/libsdl-1.2 )
svga? ( media-libs/svgalib )
xmms? ( media-sound/xmms )"
use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest"
use xmms || export ac_cv_have_xmms=no
|