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
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lfpfonts-fix
|
|
PORTVERSION= 0.82
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/xfonts/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Fixed width fonts from the Linux Font Project
|
|
|
|
WRKSRC= ${WRKDIR}/lfpfonts-fix
|
|
|
|
NO_BUILD= yes
|
|
USES= fonts tar:bzip2
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/lfp-fix/*.pcf.gz ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|