diff options
author | salo <salo@pkgsrc.org> | 2006-04-10 08:08:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-04-10 08:08:09 +0000 |
commit | 5dc033f712cadcdf0519adf25e28967460761ffd (patch) | |
tree | f0c619aab87196d1e709b4bb1e179444ea14fa30 /fonts/dejavu-ttf/Makefile | |
parent | d32b0fcfd29ba857cf96876931d0c7c87d1d1207 (diff) | |
download | pkgsrc-5dc033f712cadcdf0519adf25e28967460761ffd.tar.gz |
Update to version 2.4.1
Changes:
- few fonts changed their names
- new font, DejaVu Sans Extra Light
- various character additions and corrections
Diffstat (limited to 'fonts/dejavu-ttf/Makefile')
-rw-r--r-- | fonts/dejavu-ttf/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/fonts/dejavu-ttf/Makefile b/fonts/dejavu-ttf/Makefile index ed6a33e96a7..a5e3eab42fe 100644 --- a/fonts/dejavu-ttf/Makefile +++ b/fonts/dejavu-ttf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:09 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/10 08:08:09 salo Exp $ +# -DISTNAME= dejavu-ttf-1.13 -PKGREVISION= 1 +DISTNAME= dejavu-ttf-2.4.1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dejavu/} @@ -9,11 +9,11 @@ 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 +USE_X11BASE= yes +NO_CONFIGURE= yes +NO_BUILD= yes -FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf+= ${PREFIX}/lib/X11/fonts/TTF INSTALLATION_DIRS= lib/X11/fonts/TTF share/doc/dejavu-ttf |