xfd-1.1.2.ebuild 421 B

123456789101112131415161718192021
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit xorg-2
  5. DESCRIPTION="X.Org xfd application"
  6. KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh sparc x86"
  7. IUSE=""
  8. RDEPEND="media-libs/freetype:2
  9. media-libs/fontconfig
  10. x11-libs/libXft
  11. x11-libs/libXt
  12. x11-libs/libXmu
  13. x11-libs/libXrender
  14. x11-libs/libXaw"
  15. DEPEND="${RDEPEND}
  16. sys-devel/gettext"