freebsd-ports/japanese/font-mplus-bitmap/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

45 lines
1.2 KiB
Makefile

# Created by: The 244th namelessness at 2ch.net
# $FreeBSD$
PORTNAME= mplus
PORTVERSION= 2.2.4
PORTREVISION= 2
CATEGORIES= japanese x11-fonts
MASTER_SITES= OSDN/${PORTNAME}-fonts/5030/
PKGNAMEPREFIX= ja-font-
PKGNAMESUFFIX= -bitmap
DISTNAME= ${PORTNAME}_bitmap_fonts-2.2.4
MAINTAINER= hrs@FreeBSD.org
COMMENT= M+ Bitmap fonts
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
USES= fonts
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME}${PKGNAMESUFFIX}
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
PORTDOCS= INSTALL_E LICENSE_E README_E \
INSTALL_J LICENSE_J README_J
OPTIONS_DEFINE= DOCS
post-extract:
cd ${WRKSRC} && \
${CAT} fonts_e/fonts.alias fonts_e/euro/fonts.alias \
fonts_j/fonts.alias | ${SORT} -r > ${WRKDIR}/fonts.alias
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && \
${SETENV} DESTDIR="${STAGEDIR}${FONTSDIR}" \
${SH} ${WRKSRC}/install_mplus_fonts
${INSTALL_DATA} ${WRKDIR}/fonts.alias ${STAGEDIR}${FONTSDIR}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>