# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit font DESCRIPTION="Fonts from Mathematica" HOMEPAGE="http://www.mozilla.org/projects/mathml/fonts/" SRC_URI="http://www.mozilla.org/projects/mathml/fonts/bakoma/${PN}.zip" LICENSE="bakoma" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="" RDEPEND="" S=${WORKDIR}/${PN} FONT_SUFFIX="ttf" #pkg_postinst() { # einfo "To use this fonts, add /usr/share/fonts/ttf/texcm to /etc/X11/XftConfig" # einfo "and /etc/X11/fs/config path variables and restart X font server" #}