Use https by default
[gentoo.git] / media-gfx / ebdftopcf / ebdftopcf-2.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="ebdftopcf optimially generators PCF files from BDF files"
6 HOMEPAGE="https://www.gentoo.org/"
7 SRC_URI="mirror://gentoo/${P}.tar.bz2"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
12 IUSE=""
13
14 DEPEND=""
15 # these apps are used at runtime by ebdftopcf
16 RDEPEND="x11-apps/bdftopcf
17         app-arch/gzip"
18
19 src_install() {
20         insinto /usr/share/ebdftopcf
21         doins Makefile.ebdftopcf || die
22         dodoc README
23         doman *.5
24 }