31efedfb83
via PR 30353. Slight changes to DESCR and Makefile. And using version 1.13 since I see it available. DejaVu is a family of fonts derived from the Bitstream Vera family. It provides a wider range of characters than the original. These TrueType fonts include serif, sans serif, monospaced, and experimental condensed serif and sans serif families with regular (Roman), Bold, Oblique and Bold Oblique typefaces.
25 lines
693 B
Makefile
25 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/09/07 22:40:23 reed Exp $
|
|
|
|
DISTNAME= dejavu-ttf-1.13
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dejavu/}
|
|
|
|
MAINTAINER= jakollasch@keymaster.madscientistresearch.net
|
|
HOMEPAGE= http://dejavu.sourceforge.net/
|
|
COMMENT= DejaVu family of TrueType fonts
|
|
|
|
USE_X11BASE= YES
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF
|
|
|
|
INSTALLATION_DIRS= lib/X11/fonts/TTF share/doc/dejavu-ttf
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${PAX} -rw -pm *.ttf ${PREFIX}/lib/X11/fonts/TTF/
|
|
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS BUGS LICENSE NEWS README \
|
|
${PREFIX}/share/doc/dejavu-ttf
|
|
|
|
.include "../../mk/fonts.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|