blob: df7110ecd21ce16738f2a516fe2b2a263ad93a55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Koop Mast <kwm@FreeBSD.org>
PORTNAME= cantarell-fonts
DISTVERSION= 0.301
CATEGORIES= x11-fonts gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Cantarell, a Humanist sans-serif font family
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-util:devel/appstream-glib
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
USES= gettext-tools fonts meson tar:xz
FONTSDIR= share/fonts/cantarell
NO_ARCH= yes
.include <bsd.port.mk>
|