mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
27 lines
695 B
Makefile
27 lines
695 B
Makefile
# Created by: Kuan-Chung Chiu <buganini@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= padauk
|
|
PORTVERSION= 2.8
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=Mh_Padauk_zip&filename=/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}0
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Unicode font supporting all the Myanmar characters
|
|
|
|
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
|
NO_BUILD= yes
|
|
USES= zip
|
|
|
|
FONTSDIR= lib/X11/fonts/Myanmar
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${PREFIX}/${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|