mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7a325e6491
Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $FreeBSD$
|
|
|
|
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>
|