1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11-fonts/tmu/Makefile
Andrew Pantyukhin 3e31029d23 Add port x11-fonts/tmu:
The Tibetan & Himalayan Digital Library releases the Unicode character
based Tibetan Machine Uni OpenType font for writing Tibetan, Dzongkha
and Ladakhi in dbu-can script with full support for the Sanskrit
combinations found in chos skad texts.

This font is based on the Tibetan Machine font originally designed and
developed by Tony Duff of the Tibetan Computer Company over many
years, the rights of which were purchased from him by the Trace
Foundation in order to make it freely available under the terms of the
Gnu General Public License.

OpenType tables and more than 2,000 additional glyphs were added to
the original font by Nathaniel Garson and Christopher Fynn under the
auspices of THDL. This new OpenType version of the font contains
almost 4,000 glyphs and can generate over 20,000 different
combinations.

WWW: http://www.thdl.org/tools/fonts/
Author: Tony Duff
2008-05-19 14:37:31 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: TibetanMachineUni
# Date created: 19 May 2008
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tmu
DISTVERSION= 1.901b
CATEGORIES= x11-fonts
MASTER_SITES= CENKES
# http://www.thdl.org/tools/fonts/index.html
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Free Tibetan Machine Uni font
BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
fc-cache:${PORTSDIR}/x11-fonts/fontconfig
USE_BZIP2= yes
PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
FONTNAME= ${PORTNAME}
FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME}
MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale
MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir
FCCACHE_CMD= ${LOCALBASE}/bin/fc-cache -f -v
post-extract:
@cd ${WRKSRC}/&&${MV} TibMachUni-${DISTVERSION}.ttf tmu.ttf
do-build:
@cd ${WRKSRC}/ && ${MKFONTSCL_CMD} && ${MKFONTDIR_CMD}
do-install:
@${INSTALL} -d ${FONTSDIR}/
@${INSTALL_DATA} ${WRKSRC}/[ft]* ${FONTSDIR}/
@${ECHO_MSG} "===> Running fc-cache"
-${FCCACHE_CMD} ${FONTSDIR}
.include <bsd.port.mk>