Parent Directory
|
Revision Log
added prefix keywords from x11-libs/Xaw3d (Portage version: 2.2.0_alpha120/cvs/Linux i686)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v 1.10 2012/07/08 16:17:50 armin76 Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | inherit xorg-2 |
| 7 | |
| 8 | DESCRIPTION="X.Org Xaw3d library" |
| 9 | |
| 10 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" |
| 11 | IUSE="unicode" |
| 12 | |
| 13 | RDEPEND="x11-libs/libX11 |
| 14 | x11-libs/libXext |
| 15 | x11-libs/libXmu |
| 16 | x11-libs/libXt" |
| 17 | DEPEND="${RDEPEND} |
| 18 | sys-devel/flex |
| 19 | virtual/yacc |
| 20 | x11-proto/xextproto |
| 21 | x11-proto/xproto" |
| 22 | |
| 23 | pkg_setup() { |
| 24 | XORG_CONFIGURE_OPTIONS=( |
| 25 | $(use_enable unicode internationalization) |
| 26 | --enable-arrow-scrollbars |
| 27 | --enable-gray-stipples |
| 28 | ) |
| 29 | |
| 30 | xorg-2_pkg_setup |
| 31 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |