diff options
-rw-r--r-- | x11-fonts/cantarell-fonts/Makefile | 26 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/pkg-descr | 3 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/pkg-plist | 3 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11-fonts/cantarell-fonts/Makefile b/x11-fonts/cantarell-fonts/Makefile new file mode 100644 index 000000000..2043458cd --- /dev/null +++ b/x11-fonts/cantarell-fonts/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: cantarell-fonts +# Date Created: 2 Feb 2011 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cantarell-fonts +PORTVERSION= 0.0.4 +CATEGORIES= fonts gnome +MASTER_SITES= GNOME + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Cantarell, a Humanist sans-serif font family + +LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig + +USE_GNOME= pkgconfig +USE_GMAKE= yes +GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|(datadir)/fontconfig/conf.avail/|(prefix)/etc/fonts/conf.avail/|g' \ + ${WRKSRC}/fontconfig/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-fonts/cantarell-fonts/distinfo b/x11-fonts/cantarell-fonts/distinfo new file mode 100644 index 000000000..0e0be2b31 --- /dev/null +++ b/x11-fonts/cantarell-fonts/distinfo @@ -0,0 +1,2 @@ +SHA256 (cantarell-fonts-0.0.4.tar.gz) = 698a57bb75fa1c8de970b79a2788f8dd7a3f71672cbbe6944631387054c0faa7 +SIZE (cantarell-fonts-0.0.4.tar.gz) = 315577 diff --git a/x11-fonts/cantarell-fonts/pkg-descr b/x11-fonts/cantarell-fonts/pkg-descr new file mode 100644 index 000000000..378b17bea --- /dev/null +++ b/x11-fonts/cantarell-fonts/pkg-descr @@ -0,0 +1,3 @@ +Dave Crossland's Cantarell is a contemporary Humanist sans serif that fully +support the following writing systems: Basic Latin, Western European, Catalan, +Baltic, Turkish, Central European, Dutch and Afrikaans. diff --git a/x11-fonts/cantarell-fonts/pkg-plist b/x11-fonts/cantarell-fonts/pkg-plist new file mode 100644 index 000000000..87cd9feee --- /dev/null +++ b/x11-fonts/cantarell-fonts/pkg-plist @@ -0,0 +1,3 @@ +etc/fonts/conf.avail/31-cantarell.conf +share/fonts/cantarell/Cantarell-Bold.otf +share/fonts/cantarell/Cantarell-Regular.otf |