freebsd-ports/x11-fonts/paratype/Makefile
Fernando Apesteguía f57221afde */*: Release ports from maintainership
Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
2022-10-09 13:56:28 +02:00

30 lines
609 B
Makefile

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= ports@FreeBSD.org
COMMENT= ParaType font collection for the languages of Russia
WWW= https://www.paratype.com/public/
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>