aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/fonts-indic/Makefile
blob: 7eb9aa8c8397c1d1cd6a7e8d1f7ee0285599902b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
WWW=		https://fedoraproject.org/wiki/Lohit

USES=		fonts

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

do-install:
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/*/*/*.ttf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>