aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/font-tex-gyre-termes-math/Makefile
blob: 857b8edd5a8a87c3daaf801f8a70ed69ed723818 (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
PORTNAME=	font-tex-gyre-termes-math
DISTVERSION=	1.543
PORTREVISION=	1
CATEGORIES=	x11-fonts
MASTER_SITES=	http://www.gust.org.pl/projects/e-foundry/tg-math/download/
DISTNAME=	${PORTNAME:S/font-//:S/-//:S/-//}-${DISTVERSION:S/.//}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Math companion for the TeX Gyre Termes family
WWW=		https://www.gust.org.pl/projects/e-foundry/tg-math

LICENSE=	GFL
LICENSE_NAME=	GUST Font License
LICENSE_FILE=	${WRKSRC}/doc/GUST-FONT-LICENSE.txt
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		fonts zip
NO_BUILD=	yes
NO_ARCH=	yes
FONTNAME=	OTF

PLIST_FILES=	${FONTSDIR}/${PORTNAME:S/font-//:S/-//:S/-//}.otf

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/fonts/OTF
	${INSTALL_DATA} ${WRKSRC}/opentype/* ${STAGEDIR}${PREFIX}/share/fonts/OTF

.include <bsd.port.mk>