1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11-fonts/genyo/Makefile
2024-07-25 05:16:17 +08:00

25 lines
573 B
Makefile

PORTNAME= genyo
PORTVERSION= 1.501
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/ButTaiwan/genyo-font/releases/download/v${PORTVERSION}/
DISTNAME= GenYoMin
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Free Ming font family derived from Adobe Source Han Serif
WWW= https://github.com/ButTaiwan/genyo-font
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/SIL_Open_Font_License_1.1.txt
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/*.ttc ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>