freebsd-ports/korean/hanyangfonts/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

39 lines
832 B
Makefile

# Created by: Junho CHOI <junho.choi@gmail.com>
# $FreeBSD$
PORTNAME= hanyangfonts
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= korean x11-fonts
MASTER_SITES= http://ftp.kaist.ac.kr/hangul/fonts/ \
ftp://ftp.kaist.ac.kr/hangul/fonts/ \
ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
DISTNAME= hanyang-font-pcf
MAINTAINER= ports@FreeBSD.org
COMMENT= Hanyang Hangul fonts for X11
SUB_FILES= pkg-message
USES= fonts
NO_WRKSUBDIR= yes
FONTNAME= hanyang
FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \
hmm10 hmm12 hmm14 hmm16 hmm18 hmm20
do-build:
@cd ${WRKSRC}; \
for fn in ${FONTS}; do \
${GZIP_CMD} $$fn.pcf; \
${ECHO} $$fn "compressed"; \
done; \
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
.for f in ${FONTS}
${INSTALL_DATA} ${WRKSRC}/${f}.pcf.gz \
${STAGEDIR}${FONTSDIR}
.endfor
.include <bsd.port.mk>