1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11-fonts/roboto-fonts-ttf/Makefile
Carlos J. Puga Medina cba6a69bbd x11-fonts/roboto-fonts-ttf: Update to 2.134
- Update roboto-fonts-ttf to 2.134
- Fix fontconfing incompatibilities
- Pass maintainership to submitter

PR:		213514
Submitted by:	Vladimir Kondratyev <wulf@cicgroup.ru>
Approved by:	koobs (mentor)
2016-10-28 00:42:27 +00:00

38 lines
882 B
Makefile

# Created by: Winston Weinert <winstonw@lavabit.com>
# $FreeBSD$
PORTNAME= roboto-fonts-ttf
PORTVERSION= 2.134
DISTVERSIONPREFIX=v
PORTEPOCH= 1
CATEGORIES= x11-fonts
MAINTAINER= wulf@cicgroup.ru
COMMENT= Roboto typeface family
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
NO_BUILD= yes
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= google
GH_PROJECT= roboto
SUB_FILES= pkg-message
PLIST_SUB= FCDIR=${FCDIR} FCDIR_LINKS=${FCDIR_LINKS}
FCDIR?= etc/fonts/conf.avail
FCDIR_LINKS= ${FCDIR:S|conf.avail|conf.d|}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
${MKDIR} ${STAGEDIR}${PREFIX}/${FCDIR}/ ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/
${INSTALL_DATA} ${FILESDIR}/*.conf ${STAGEDIR}${PREFIX}/${FCDIR}/
cd ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ && ${LN} -fs ../conf.avail/*.conf .
.include <bsd.port.mk>