1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/arabic/kacst_fonts/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

28 lines
577 B
Makefile

# Created by: Samy Al Bahra <samy@kerneled.com>
# $FreeBSD$
PORTNAME= kacst_fonts
PORTVERSION= 2.01
PORTREVISION= 2
CATEGORIES= arabic
MASTER_SITES= SF/arabeyes/${PORTNAME} \
http://www.c-s.li/ports/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Truetype Arabic fonts created by KACST
LICENSE= GPLv2
USES= fonts tar:bzip2
WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION}
NO_BUILD= yes
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}/${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}/${FONTSDIR}
.include <bsd.port.mk>