0.0.12 - improved ligatures - improve and add missing cyrillics. bug #689220 - advanced typo glyphs. bug #689184 0.0.11 - use ligature lookup tables - make digits monospaced for bold 0.0.10.1 - build related fixes 0.0.10 - generate OTF from SFDs automatically (Fabian Greffrath) - install to appropriate system directories (Fabian Greffrath) - fix cyrillic metrics - improve EE diacritics 0.0.9 - initial support for Cyrillic - uppercase Greek 0.0.8 - accented l. #665433 - extrema & node fixes - build related fixes 0.0.7 - ON/OFF glyphs. bug #643120 - combining circumflex metrics. bug #637066 - ] hinting. bug #652834 - bold: 'a','e','n','s' and 'c' hints. - black circle a circle. bug #660442 - bold: sync accented characters with base glyph.
30 lines
733 B
Makefile
30 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/12/29 14:23:42 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= cantarell-fonts-0.0.12
|
|
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= open-font-license
|
|
|
|
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"
|