a5da770e67
Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
48 lines
1.5 KiB
Makefile
48 lines
1.5 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mplus-ipa
|
|
PORTVERSION= 1.0.20060520.p1
|
|
PORTREVISION= 4
|
|
CATEGORIES= japanese x11-fonts
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= hrs
|
|
PKGNAMEPREFIX= ja-font-
|
|
DISTNAME= mixfont-mplus-ipa-TrueType-20060520p1
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Mixed Japanese font with IPA, M-plus outline, and Bitstream Vera
|
|
|
|
CONFLICTS= ja-ipa-ttfonts-[0-9]*
|
|
|
|
USES= fonts tar:bzip2
|
|
NO_BUILD= yes
|
|
PKGINSTALL= ${WRKDIR}/pkg-install
|
|
PKGDEINSTALL= ${WRKDIR}/pkg-install
|
|
SUB_FILES= pkg-install
|
|
DATADIR= ${PREFIX}/share/font-${PORTNAME}
|
|
PORTDOCS= Bitstream-COPYRIGHT.txt Mplus-LICENSE_E.txt \
|
|
Mplus-LICENSE_J.txt README.txt
|
|
|
|
FONTNAME= TTF
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
cd ${WRKSRC}/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus && \
|
|
${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${STAGEDIR}${FONTSDIR} && ${LN} -s -f \
|
|
../../../${DATADIR_REL}/fonts/M+*.ttf .
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \
|
|
${STAGEDIR}${PREFIX}/etc/fonts/conf.d
|
|
${INSTALL_DATA} ${FILESDIR}/20-unhint-${PORTNAME}.conf \
|
|
${FILESDIR}/62-fonts-${PORTNAME}.conf \
|
|
${STAGEDIR}${PREFIX}/etc/fonts/conf.avail
|
|
${LN} -s -f ../conf.avail/20-unhint-${PORTNAME}.conf \
|
|
${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${PORTNAME}.conf
|
|
${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \
|
|
${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|