freebsd-ports/korean/d2coding-ttf/Makefile
Niclas Zeising 7a325e6491 x11-fonts/mkfontscale: Update to 1.2.0
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
2019-03-11 21:25:57 +00:00

38 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= d2coding
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= korean x11-fonts
MASTER_SITES= https://github.com/naver/d2codingfont/releases/download/VER${PORTVERSION}/ \
LOCAL/jkim
PKGNAMESUFFIX= -ttf
DISTNAME= D2Coding-Ver${PORTVERSION}-${PORTRELEASE}
MAINTAINER= jkim@FreeBSD.org
COMMENT= D2Coding Hangul font
LICENSE= OFL11
NO_ARCH= yes
NO_BUILD= yes
USES= fonts zip
FONTLIST= D2Coding D2CodingLigature
FONTFILES= ${FONTLIST:S|$|.ttf|} ${FONTLIST:S|$|Bold.ttf|}
PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|}
PORTRELEASE= 20180115
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/D2Coding/${DISTNAME}.ttf \
${STAGEDIR}${FONTSDIR}/D2Coding.ttf
${INSTALL_DATA} ${WRKSRC}/D2Coding/${DISTNAME:S|^D2Coding|D2CodingBold|}.ttf \
${STAGEDIR}${FONTSDIR}/D2CodingBold.ttf
${INSTALL_DATA} ${WRKSRC}/D2CodingLigature/${DISTNAME}-ligature.ttf \
${STAGEDIR}${FONTSDIR}/D2CodingLigature.ttf
${INSTALL_DATA} ${WRKSRC}/D2CodingLigature/${DISTNAME:S|^D2Coding|D2CodingBold|}-ligature.ttf \
${STAGEDIR}${FONTSDIR}/D2CodingLigatureBold.ttf
.include <bsd.port.mk>