blob: 46c6fd69e31cba01693c14568404ce2269ab40ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= fonts-indic
PORTVERSION= 2.1.5
PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://gentoo.osuosl.org/distfiles/
MAINTAINER= nareshov@gmail.com
COMMENT= The Lohit family of Indic fonts
USES= fonts
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*/*/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>
|