| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.37.ebuild,v 1.8 2012/06/14 15:22:11 jer Exp $
|
| 4 |
|
| 5 |
IUSE=""
|
| 6 |
|
| 7 |
DESCRIPTION="Type 1 Font utilities"
|
| 8 |
SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
|
| 9 |
HOMEPAGE="http://www.lcdf.org/type/#t1utils"
|
| 10 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
| 11 |
SLOT="0"
|
| 12 |
LICENSE="BSD"
|
| 13 |
|
| 14 |
DEPEND=""
|
| 15 |
RDEPEND="${DEPEND}
|
| 16 |
!<media-libs/freetype-1.4_pre20080316"
|
| 17 |
|
| 18 |
src_install () {
|
| 19 |
emake DESTDIR="${D}" install || die "make install failed"
|
| 20 |
dodoc NEWS README
|
| 21 |
}
|