# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-games/libggz/libggz-0.0.14.1.ebuild,v 1.12 2009/04/28 11:55:31 armin76 Exp $ inherit games-ggz DESCRIPTION="The GGZ library, used by GGZ Gaming Zone" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="debug gnutls" DEPEND="dev-libs/libgcrypt gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl )" src_compile() { games-ggz_src_compile \ --with-gcrypt \ --with-tls=$(use gnutls && echo GnuTLS || echo OpenSSL) }