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
23 lines
526 B
Makefile
23 lines
526 B
Makefile
# Created by: Samy Al Bahra <samy@kerneled.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ae_fonts_mono
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= arabic x11-fonts
|
|
MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of PCF fonts that include Arabic glyphs
|
|
|
|
USES= fonts tar:bzip2
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
PLIST_FILES= ${FONTSDIR}/10x21.pcf
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.pcf ${STAGEDIR}/${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|