4898c88259
The package contains the Bera Type 1 fonts, and a zip archive containing files to use the fonts with LaTeX. Bera is a set of three font families: Bera Serif (a slab-serif Roman), Bera Sans (a Frutiger descendant), and Bera Mono (monospaced/typewriter). Support for use in LaTeX is also provided. The Bera family is a repackaging, for use with TeX, of the Bitstream Vera family.
16 lines
386 B
Makefile
16 lines
386 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/06 20:51:17 minskim Exp $
|
|
|
|
DISTNAME= bera
|
|
PKGNAME= tex-${DISTNAME}-2010
|
|
TEXLIVE_REV= 20031
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Bera fonts
|
|
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
|
|
TEX_MAP_FILES+= bera.map
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|