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
25 lines
651 B
Makefile
25 lines
651 B
Makefile
# Created by: sada
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alias-fonts
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= japanese x11-fonts
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= CQG00620@nifty.ne.jp
|
|
COMMENT= Meta-port which setups Japanese fonts
|
|
|
|
RUN_DEPENDS= ja-elisa8x8>0:${PORTSDIR}/japanese/elisa8x8 \
|
|
ja-naga10>0:${PORTSDIR}/japanese/k10 \
|
|
ja-font-shinonome>0:${PORTSDIR}/japanese/font-shinonome \
|
|
ja-kanji18>0:${PORTSDIR}/japanese/kanji18 \
|
|
ja-k20fonts>0:${PORTSDIR}/japanese/kappa20 \
|
|
ja-kanji26>0:${PORTSDIR}/japanese/kanji26 \
|
|
ja-font-jisx0213>0:${PORTSDIR}/japanese/font-jisx0213
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|