View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/media-gfx/fontforge/fontforge-20060406.ebuild (-3 / +8 lines)
 Lines 1-17    Link Here 
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontforge/fontforge-20060406.ebuild,v 1.1 2006/04/09 17:46:19 vapier Exp $
# $Header $
inherit flag-o-matic eutils
inherit flag-o-matic eutils
DESCRIPTION="postscript font editor and converter"
DESCRIPTION="postscript font editor and converter"
HOMEPAGE="http://fontforge.sourceforge.net/"
HOMEPAGE="http://fontforge.sourceforge.net/"
SRC_URI="mirror://sourceforge/fontforge/${PN}_full-${PV}.tar.bz2"
SRC_URI="mirror://sourceforge/fontforge/${PN}_full-${PV}.tar.bz2
         cidmaps? ( http://fontforge.sourceforge.net/cidmaps.tgz )"
LICENSE="BSD"
LICENSE="BSD"
SLOT="0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
IUSE="png gif jpeg tiff truetype svg unicode X"
IUSE="cidmaps png gif jpeg tiff truetype svg unicode X"
DEPEND="png? ( >=media-libs/libpng-1.2.4 )
DEPEND="png? ( >=media-libs/libpng-1.2.4 )
	gif? ( >=media-libs/giflib-4.1.0-r1 )
	gif? ( >=media-libs/giflib-4.1.0-r1 )
 Lines 42-47    Link Here 
}
}
src_install() {
src_install() {
	if use cidmaps; then
		insinto /usr/share/fontforge
		doins "${WORKDIR}"/*.cidmap
	fi
	einstall || die
	einstall || die
	dodoc AUTHORS README*
	dodoc AUTHORS README*
}
}