95acd8773d
GenSeki Gothic (源石黑體) is a free font family derived from Adobe Source Han Sans. WWW: https://github.com/ButTaiwan/genseki-font
27 lines
541 B
Makefile
27 lines
541 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= genseki
|
|
PORTVERSION= 1.501
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Free Gothic font family derived from Adobe Source Han Sans
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= ${WRKSRC}/SIL_Open_Font_License_1.1.txt
|
|
|
|
USES= fonts
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
GH_ACCOUNT= ButTaiwan
|
|
GH_PROJECT= genseki-font
|
|
USE_GITHUB= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/ttc/*.ttc ${STAGEDIR}${FONTSDIR}/
|
|
|
|
.include <bsd.port.mk>
|