aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/sourceserifpro-ttf/Makefile
blob: 4feb74da761c877c7af9a1a3c7832b22bd37bf79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	sourceserifpro
PORTVERSION=	3.001
CATEGORIES=	x11-fonts
MASTER_SITES=	https://github.com/adobe-fonts/source-serif-pro/releases/download/${PORTVERSION}R/
PKGNAMESUFFIX=	-ttf
DISTNAME=	source-serif-pro-${PORTVERSION}R

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Set of fonts by Adobe designed for UI
WWW=		https://github.com/adobe-fonts/source-serif-pro

LICENSE=	OFL11
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USES=		fonts zip

NO_ARCH=	yes
NO_BUILD=	yes

FONTNAME=	SourceSerifPro
SUB_FILES=	pkg-message

PORTSCOUT=	skipv:variable-fonts

do-install:
	${MKDIR} ${STAGEDIR}${FONTSDIR}/
	${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/

.include <bsd.port.mk>