mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
253582c7d3
GenWan Ming (源雲明體) is a free font family derived from Adobe Source Han Serif. WWW: https://github.com/ButTaiwan/genwan-font
28 lines
538 B
Makefile
28 lines
538 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= genwan
|
|
PORTVERSION= 1.501
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Free Ming font family derived from Adobe Source Han Serif
|
|
|
|
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= genwan-font
|
|
USE_GITHUB= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/ttc/*.ttc ${STAGEDIR}${FONTSDIR}/
|
|
|
|
.include <bsd.port.mk>
|