71b9d9aefe
------------------------------------- 0.0.25 - outline and spacing on C,G. - improved terminals on numerous glyphs - weight/stem width fixes (k,G) - port imrpovements from regular to bold - improved metrics - fixes to f-ligatures - shape fixes to some numerals - fixes to anchors > composited glyphs
30 lines
717 B
Makefile
30 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.7 2016/09/20 11:52:15 mef Exp $
|
|
#
|
|
|
|
DISTNAME= cantarell-fonts-0.0.25
|
|
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}/share/fonts/X11/TTF
|
|
FONTS_DIRS.ttf= ${FONTDIR}
|
|
|
|
INSTALLATION_DIRS= share/fonts/X11/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"
|