freebsd-ports/x11-fonts/farsifonts/Makefile
Pav Lucistnik 9c97638ba4 FarsiWeb.ir has released the first standard set of Unicode Persian fonts ever
published, including Elham, Terafik, Terafik Bold, Titr, Roya, Roya Bold,
Koodak, Nazli, Nazli Bold, and Homa.  The main advantage over legacy fonts is
compliance with the Unicode, ISIRI 6219, and OpenType standards, and the
addition of required but missing glyphs for Persian information processing. The
fonts are highly recommended if you care for proper Persian display on your
computers.

PR:		ports/92905
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-02-07 22:07:45 +00:00

29 lines
697 B
Makefile

# New ports collection makefile for: farsifonts
# Date created: 06 FEB 2006
# Whom: Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#
PORTNAME= farsifonts
PORTVERSION= 0.4
CATEGORIES= x11-fonts
MASTER_SITES= http://www.farsiweb.info/font/
MAINTAINER= babak@farrokhi.net
COMMENT= Standard set of Unicode Persian fonts
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
USE_X_PREFIX= yes
USE_ZIP= yes
do-build:
@ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir
do-install:
@${MKDIR} ${PREFIX}/lib/X11/fonts/farsifonts
@${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/farsifonts
@${INSTALL_DATA} ${WRKSRC}/*.dir ${PREFIX}/lib/X11/fonts/farsifonts
.include <bsd.port.mk>