1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11-fonts/padauk/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

23 lines
576 B
Makefile

# Created by: Kuan-Chung Chiu <buganini@gmail.com>
# $FreeBSD$
PORTNAME= padauk
PORTVERSION= 2.8
PORTREVISION= 1
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
FETCH_BEFORE_ARGS= -o ${DISTFILES}
NO_BUILD= yes
USES= fonts zip
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>