pkgsrc/fonts/cantarell-fonts/Makefile
ryoon b1535b8395 Update to 0.0.15
Changelog:
0.0.15
 - improved spacing for cyrillics (#703588)
 - fixed hinting on numerals (704084)
 - bold outlines improved (#706358)
 - improved cyrillics (#706358)
 - improved outlines and spacing (#703115)
 - missing romanian accent glyphs (#705004)
 - uppercase U shape improvements (#702955)

0.0.14
 - Large improvement to shapes of latin and extended latin glyphs (Pooja Saxena)
 - Improvements to the numeral shapes (Pooja)
 - Greatly improved horizontal metrics of regular weight (Pooja)
 - Corrected maths (Pooja)
 - Corrected outlines & metrics of Cyrillics (Pooja)

0.0.13
 - many l/rbearking tweaks
 - extra symbols for Shell (bug #657957)
 - balanced shape for s and S
 - balanced shape for 6 and 9
 - balanced 2 and 3
 - improved hhints
 - OT anchors for accents
 - contrast tweaks to bold (b, B, e)
2013-09-26 20:48:29 +00:00

30 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/09/26 20:48:29 ryoon Exp $
#
DISTNAME= cantarell-fonts-0.0.15
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cantarell-fonts/0.0/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://live.gnome.org/CantarellFonts
COMMENT= Contemporary Humanist sans serif font designed for on-screen reading
LICENSE= ofl-v1.1
NO_CONFIGURE= YES
NO_BUILD= YES
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
FONTS_DIRS.ttf= ${FONTDIR}
INSTALLATION_DIRS= lib/X11/fonts/TTF
INSTALL_FONTS= Cantarell-Bold.otf \
Cantarell-Regular.otf
do-install:
.for f in ${INSTALL_FONTS}
${INSTALL_DATA} ${WRKSRC}/otf/${f} ${DESTDIR}${FONTDIR}
.endfor
.include "../../mk/bsd.pkg.mk"