7a325e6491
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
33 lines
785 B
Makefile
33 lines
785 B
Makefile
# Created by: sada
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alias-fonts
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 12
|
|
CATEGORIES= japanese x11-fonts
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= CQG00620@nifty.ne.jp
|
|
COMMENT= Meta-port which setups Japanese fonts
|
|
|
|
RUN_DEPENDS= ja-font-elisa8>0:japanese/font-elisa8 \
|
|
ja-font-naga10>0:japanese/font-naga10 \
|
|
ja-font-shinonome>0:japanese/font-shinonome \
|
|
ja-font-kanji18>0:japanese/font-kanji18 \
|
|
ja-font-kappa20>0:japanese/font-kappa20 \
|
|
ja-font-kanji26>0:japanese/font-kanji26 \
|
|
ja-font-jisx0213>0:japanese/font-jisx0213
|
|
|
|
NO_BUILD= yes
|
|
|
|
USES= fonts
|
|
PLIST_FILES= %%FONTSDIR%%/fonts.alias
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${FILESDIR}/fonts.alias ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|