# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-fonts/pcf2bdf/pcf2bdf-1.04.ebuild,v 1.4 2005/05/16 04:21:14 usata Exp $ inherit toolchain-funcs DESCRIPTION="Converts PCF fonts to BDF fonts" HOMEPAGE="http://www.tsg.ne.jp/GANA/S/pcf2bdf/" SRC_URI="http://www.tsg.ne.jp/GANA/S/pcf2bdf/${P}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" S=${WORKDIR} src_compile() { emake -f Makefile.gcc CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}" || die "emake failed" } src_install() { make -f Makefile.gcc \ PREFIX=${D}/usr \ MANPATH=${D}/usr/share/man/man1 \ install || die }