aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/source-code-pro-ttf/Makefile
blob: 21d6585cf4984ec65f15a450acc1c2f68bfafc82 (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=	source-code-pro
PORTVERSION=	2.042
CATEGORIES=	x11-fonts
PKGNAMESUFFIX=	-ttf
MASTER_SITES=	https://github.com/adobe-fonts/source-code-pro/releases/download/${PORTVERSION}R-u%2F1.062R-i%2F1.026R-vf/
DISTNAME=	TTF-source-code-pro-${PORTVERSION}R-u_1.062R-i

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

LICENSE=	OFL11

USES=		fonts zip

NO_ARCH=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

FONTNAME=	SourceCodePro
SUB_FILES=	pkg-message

PORTSCOUT=	skipv:variable-fonts

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

.include <bsd.port.mk>