aboutsummaryrefslogtreecommitdiff
path: root/korean/sourcehanserif-otf/Makefile
blob: fe9699472f9d033cea4aa527eda2b5599dfecba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

PORTNAME=		sourcehanserif
PORTVERSION=		1.001
PORTREVISION=		1
DISTVERSIONSUFFIX=	R
CATEGORIES=		korean x11-fonts
PKGNAMESUFFIX=		-otf
# Note: the following PKGNAMEPREFIX is here only for self-documenting purpose;
#       actual prefixing is done by the `korean' category itself.
#PKGNAMEPREFIX=		ko-

MAINTAINER=		hyun@caffeinated.codes
COMMENT=		Korean font by Adobe designed for user interfaces

LICENSE=		OFL11
LICENSE_FILE=		${WRKSRC}/LICENSE.txt

USES=			fonts
USE_GITHUB=		yes
GH_ACCOUNT=		adobe-fonts
GH_PROJECT=		source-han-serif

NO_ARCH=		yes
NO_BUILD=		yes
SUB_FILES=		pkg-message

OPTIONS_SINGLE=		TYPE
OPTIONS_SINGLE_TYPE=	FULL SUBSET
OPTIONS_DEFAULT=	FULL
OPTIONS_SUB=		yes

FULL_DESC=		Install the full font (can display all CJK)
SUBSET_DESC=		Install the subset font (can display Korean only)

FULL_VARS=		FONTNAME=SourceHanSerifK SRCFONTSDIR=OTF/Korean
SUBSET_VARS=		FONTNAME=SourceHanSerifKR SRCFONTSDIR=SubsetOTF/KR

do-install:
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/${SRCFONTSDIR}/*.otf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>