freebsd-ports/arabic/ae_fonts_mono/Makefile
Baptiste Daroussin a5da770e67 Make fonts repecting XDG
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
2015-03-21 23:05:19 +00:00

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>