# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ IUSE="tetex" DESCRIPTION="Font utilities for eg manipulating OTF" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" HOMEPAGE="http://www.lcdf.org/type/#typetools" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/libc tetex? ( virtual/tetex )" src_compile() { local myconf if ! use tetex; then myconf="${myconf} --without-kpathsea" fi econf ${myconf} || die emake || die } src_install () { einstall || die dodoc NEWS README }