60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
47 lines
1.5 KiB
Makefile
47 lines
1.5 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mplus-ipa
|
|
PORTVERSION= 1.0.20060520.p1
|
|
PORTREVISION= 4
|
|
CATEGORIES= japanese x11-fonts
|
|
MASTER_SITES= LOCAL/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>
|