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

25 lines
583 B
Makefile

PORTNAME= gensen
PORTVERSION= 1.501
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/ButTaiwan/gensen-font/releases/download/v${PORTVERSION}/
DISTNAME= GenSenRounded
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Free Rounded font family derived from Adobe Source Han Sans
WWW= https://github.com/ButTaiwan/gensen-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>