aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/paratype/Makefile
blob: 0a08819e52926864155702a74f3c5f31f7d155a0 (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
30
31
# Created by: Alexey Illarionov <littlesavage@rambler.ru>
# $FreeBSD$

PORTNAME=	paratype
PORTVERSION=	2.005
PORTREVISION=	2
CATEGORIES=	x11-fonts
MASTER_SITES=	https://info.paratype.ru/wp-content/uploads/2019/07/
DISTFILES=	ptsans-1.zip \
		PTSansExpert.zip \
		ptserif.zip \
		ptserifexpert.zip \
		ptmono.zip

MAINTAINER=	greg@unrelenting.technology
COMMENT=	ParaType font collection for the languages of Russia

LICENSE=	OFL11

NO_BUILD=	yes
NO_WRKSUBDIR=	yes
USES=		fonts zip

FONTNAME=	ParaType
SUB_FILES=	pkg-message

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

.include <bsd.port.mk>