blob: 5c10e7ea09ea45be8ca3d04f3950467375634989 [file] [log] [blame]
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXmu/libXmu-1.1.0.ebuild,v 1.10 2011/06/22 18:43:31 grobian Exp $
EAPI=3
inherit xorg-2
DESCRIPTION="X.Org Xmu library"
KEYWORDS="*"
IUSE="doc ipv6"
RDEPEND="x11-libs/libXt
x11-libs/libXext
x11-libs/libX11
x11-proto/xextproto"
DEPEND="${RDEPEND}
doc? ( app-text/xmlto )"
pkg_setup() {
xorg-2_pkg_setup
CONFIGURE_OPTIONS="$(use_enable ipv6)
$(use_enable doc docs)
$(use_with doc xmlto)
--without-fop"
}