eefeaed513
The Cantarell font family is a contemporary Humanist sans serif designed for on-screen reading. Each font file currently contains 391 glyphs, and fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. To date, Pan African Latin has only 33% glyph coverage.
33 lines
776 B
Makefile
33 lines
776 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/07/15 03:57:17 ryo-on Exp $
|
|
#
|
|
|
|
DISTNAME= cantarell-fonts-0.0.6
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cantarell-fonts/0.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/CantarellFonts
|
|
COMMENT= Contemporary Humanist sans serif designed for on-screen reading
|
|
LICENSE= open-font-license
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_X11BASE= YES
|
|
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"
|