# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Utilities for converting between and manipulating mac fonts and unix fonts" HOMEPAGE="http://fondu.sourceforge.net/" # Point to any required sources; these will be automatically downloaded by # Portage. SRC_URI="http://fondu.sourceforge.net/fondu_src-030428.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" #RDEPEND="" # Source directory; the dir where the sources can be found (automatically # unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P} # if you omit this line. #S=${WORKDIR}/${P} src_compile() { econf || die "./configure failed" emake || die "make failed" } src_install() { einstall || die "make install failed" dodoc README }