16 lines
368 B
Makefile
16 lines
368 B
Makefile
PORTNAME= noto
|
|
PORTVERSION= 2.004
|
|
CATEGORIES= x11-fonts
|
|
PKGNAMESUFFIX= -kr
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Google Noto Fonts family (Korean)
|
|
WWW= https://fonts.google.com/noto \
|
|
https://github.com/notofonts/noto-cjk
|
|
|
|
RUN_DEPENDS= noto-sans-kr>=0:x11-fonts/noto-sans-kr \
|
|
noto-serif-kr>=0:x11-fonts/noto-serif-kr
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|