2cfc5eedd3
The Cantarell typeface family is a contemporary Humanist sans serif, and is used by the GNOME project for its user interface. The Regular font fully supports the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. ok jasper@
27 lines
541 B
Makefile
27 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/21 06:29:05 ajacoutot Exp $
|
|
|
|
COMMENT= humanist sans-serif font family
|
|
|
|
GNOME_VERSION= 0.0.6
|
|
GNOME_PROJECT= cantarell-fonts
|
|
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://abattis.org/cantarell/
|
|
|
|
# SIL Open Font License v1.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
PKG_ARCH= *
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
FAKE_FLAGS= fontdir=${PREFIX}/lib/X11/fonts/cantarell \
|
|
configdir=${PREFIX}/share/examples/cantarell-fonts
|
|
|
|
.include <bsd.port.mk>
|