# Copyright 1999-2004 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.3 2004/07/01 10:49:01 eradicator Exp $ inherit gcc 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=$(gcc-getCXX) || die "emake failed" } src_install() { make -f Makefile.gcc \ PREFIX=${D}/usr \ MANPATH=${D}/usr/share/man/man1 \ install || die }