freebsd-ports/x11-fonts/padauk/Makefile
Max Brazhnikov 3403158a77 Add new port x11-fonts/padauk
Padauk is a fully capable Unicode 5.1 font supporting all the Myanmar
characters in the standard. Thus it provides support for minority languages
as well, in both local and Burmese rendering style.

WWW:	http://scripts.sil.org/Padauk

PR:		ports/149110
Submitted by:	Kuan-Chung Chiu <buganini at gmail.com>
2010-08-02 20:17:17 +00:00

33 lines
767 B
Makefile

# New ports collection makefile for: padauk
# Date created: July 30 2010
# Whom: Kuan-Chung Chiu <buganini@gmail.com>
#
# $FreeBSD$
#
PORTNAME= padauk
PORTVERSION= 2.6.1
CATEGORIES= x11-fonts
MASTER_SITES= http://security-hole.info/distfile/
DISTNAME= ttf-sil-padauk-${PORTVERSION}
MAINTAINER= buganini@gmail.com
COMMENT= Unicode font supporting all the Myanmar characters
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
NO_BUILD= yes
NO_WRKSUBDIR= yes
FONTSDIR= lib/X11/fonts/Myanmar/
PLIST_SUB+= FONTSDIR=${FONTSDIR}
do-install:
${MKDIR} ${PREFIX}/${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/${FONTSDIR}
post-install:
@${ECHO_MSG} "==> Running fc-cache"
@-${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
.include <bsd.port.mk>